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

Parameters

index
Type: System..::.Int32

See Also