







![]() ![]() |
Optimization Framework |
VariableCollection<(Of <(<'T, T2, T3>)>)> Constructor (Func<(Of <(<'T, T2, T3, StringBuilder>)>)>, Double, Double, VariableType, IEnumerable<(Of <(<'T>)>)>, IEnumerable<(Of <(<'T2>)>)>, IEnumerable<(Of <(<'T3>)>)>) |
VariableCollection<(Of <(<'T, T2, T3>)>)> 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( Func<T, T2, T3, StringBuilder> uniqueNamegenerator, double lowerBound, double upperBound, VariableType type, IEnumerable<T> set1, IEnumerable<T2> set2, IEnumerable<T3> set3 ) |
Visual Basic |
---|
Public Sub New ( _ uniqueNamegenerator As Func(Of T, T2, T3, StringBuilder), _ lowerBound As Double, _ upperBound As Double, _ type As VariableType, _ set1 As IEnumerable(Of T), _ set2 As IEnumerable(Of T2), _ set3 As IEnumerable(Of T3) _ ) |
Visual C++ |
---|
public: VariableCollection( Func<T, T2, T3, StringBuilder^>^ uniqueNamegenerator, double lowerBound, double upperBound, VariableType type, IEnumerable<T>^ set1, IEnumerable<T2>^ set2, IEnumerable<T3>^ set3 ) |
Parameters
- uniqueNamegenerator
- Type: System..::..Func<(Of <(<'T, T2, T3, StringBuilder>)>)>
A unique namegenerator.
- 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
- set2
- Type: System.Collections.Generic..::..IEnumerable<(Of <(<'T2>)>)>
The second set
- set3
- Type: System.Collections.Generic..::..IEnumerable<(Of <(<'T3>)>)>
The third set