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.Analysis
Assembly:  NMath (in NMath.dll) Version: 5.1.0.0

Syntax

C#
public int NumberOfCoefficients { get; }
Visual Basic (Declaration)
Public ReadOnly Property NumberOfCoefficients As Integer
Visual C++
public:
virtual property int NumberOfCoefficients {
	int get () sealed;
}

Implements

ILinearConstraintCoefficients..::.NumberOfCoefficients

See Also