Function to be charted.
Namespace: Imsl.Chart2DAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax Function F (
x As Double
) As Double
abstract F :
x : float -> float
Parameters
- x
- Type: SystemDouble
A double[] which specifies the independent data.
Return Value
Type:
Double
A
double[] containing the dependant data.
See Also