Namespace: Extreme.Mathematics.OptimizationAssembly: Extreme.Numerics.Net40 (in Extreme.Numerics.Net40.dll) Version: 6.0.16073.0 (6.0.16312.0)
public Constraint this[
string key
] { get; set; }
Public Default Property Item (
key As String
) As Constraint
Get
Set
public:
virtual property Constraint^ default[String^ key] {
Constraint^ get (String^ key) sealed;
void set (String^ key, Constraint^ value) sealed;
}
abstract Item : Constraint with get, set
override Item : Constraint with get, set
Parameters
- key
- Type: SystemString
The name of the constraint.
Return Value
Type:
ConstraintThe specified
Constraint.
Implements
IDictionaryTKey, TValueItemTKey
Numerical Libraries
Supported in: 6.0, 5.x, 4.x
Reference