







![]() ![]() |
Optimization Framework |
VariableCollection<(Of <(<'T>)>)> Constructor (String, Double, Double, VariableType, IEnumerable<(Of <(<'T>)>)>) |
VariableCollection<(Of <(<'T>)>)> Class See Also Send Feedback |
Initializes a new instance of the VariableCollection class.
Namespace: Optimization
Assembly: Optimization.Framework (in Optimization.Framework.dll) Version: 0.3.1036.0
Syntax
C# |
---|
public VariableCollection( string name, double lowerBound, double upperBound, VariableType type, IEnumerable<T> set1 ) |
Visual Basic |
---|
Public Sub New ( _ name As String, _ lowerBound As Double, _ upperBound As Double, _ type As VariableType, _ set1 As IEnumerable(Of T) _ ) |
Visual C++ |
---|
public: VariableCollection( String^ name, double lowerBound, double upperBound, VariableType type, IEnumerable<T>^ set1 ) |
Parameters
- name
- Type: System..::..String
The name.
- lowerBound
- Type: System..::..Double
The lower bound.
- upperBound
- Type: System..::..Double
The upper bound.
- type
- Type: Optimization..::..VariableType
The type.
- set1
- Type: System.Collections.Generic..::..IEnumerable<(Of <(<'T>)>)>
The first set