 | 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
Syntaxpublic double GetY(
int i
)
Public Function GetY (
i As Integer
) As Double
public:
double GetY(
int i
)
member GetY :
i : int -> float
Parameters
- i
- Type: SystemInt32
A tabulated value index.
Return Value
Type:
DoubleThe dependent tabulated value at index
i
See Also