Provides the interface to a function with one double argument, and one resulting double value.
Instance member | Description |
Full Usage:
this.Evaluate
Parameters:
float
-
The argument of the function.
Returns: float
The resulting value that the function evaluates.
Modifiers: abstract |
The function evaluation.
|