Click or drag to resize

TabulatedFunctionGetY Method

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

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

Parameters

i  Int32
A tabulated value index.

Return Value

Double
The dependent tabulated value at index i
See Also