Click or drag to resize

TabulatedFunctionGetX Method

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

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public double GetX(
	int i
)

Parameters

i  Int32
Tabulated value index.

Return Value

Double
Independent tabulated value at index i
See Also