Gets the type of row.
Namespace:
Extreme.Mathematics.Optimization
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
public ConstraintType ConstraintType { get; }
Public ReadOnly Property ConstraintType As ConstraintType
Get
public:
property ConstraintType ConstraintType {
ConstraintType get ();
}
member ConstraintType : ConstraintType with get
Property Value
Type:
ConstraintTypeA
ConstraintType value.
Reference