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

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

Syntax

C#
public double this[
	int index
] { get; }
Visual Basic (Declaration)
Public ReadOnly Default Property Item ( _
	index As Integer _
) As Double
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