Gets the coefficient value at the specified index. returns 0.0 on indices not listed in NonzeroIndices

Namespace: CenterSpace.NMath.Analysis
Assembly: NMathPremium (in NMathPremium.dll) Version: 5.3.0.0

Syntax

C#
public double this[
	int index
] { get; }
Visual Basic
Public ReadOnly Default Property Item ( _
	index As Integer _
) As Double
	Get
Visual C++
public:
virtual property double default[int index] {
	double get (int index) sealed;
}

Parameters

index
Type: System..::..Int32

Implements

ILinearConstraintCoefficients..::..Item[([( Int32])])

See Also