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

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

Syntax

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

Parameters

i
Type: System..::.Int32
A tabulated value index.

Return Value

The dependent tabulated value at index i

See Also