Gives an interpolation function, i.e. for every given x, there is exactly one corresponding y value.
Instance member | Description |
Full Usage:
this.GetYOfX
Parameters:
float
-
The x value (value of the independent variable).
Returns: float
The y value at the given x value.
Modifiers: abstract |
Returns the y value in dependence of a given x value.
|