Returns the value of the tabulated independent values at the specified index.

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

Syntax

C#
public double GetX(
	int i
)
Visual Basic (Declaration)
Public Function GetX ( _
	i As Integer _
) As Double
Visual C++
public:
double GetX(
	int i
)

Parameters

i
Type: System..::.Int32
Tabulated value index.

Return Value

Independent tabulated value at index i

See Also