| ILinearConstraintCoefficientsNumberOfCoefficients Property |
The total length of the coefficient vector represented by self. Note that this is not
the number of non-zero coefficients, but the total number of coefficients.
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
Syntax int NumberOfCoefficients { get; }
ReadOnly Property NumberOfCoefficients As Integer
Get
property int NumberOfCoefficients {
int get ();
}
abstract NumberOfCoefficients : int with get
Property Value
Int32See Also