 | TabulatedFunctionGetY Method |
Returns the value of the tabulated dependent values at the specified
index.
Namespace: CenterSpace.NMath.CoreAssembly: 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 Int32
- A tabulated value index.
Return Value
DoubleThe dependent tabulated value at index
i
See Also