Function to be charted.
Namespace: Imsl.Chart2DAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public virtual double F(
double x
)
Public Overridable Function F (
x As Double
) As Double
public:
virtual double F(
double x
)
abstract F :
x : float -> float
override F :
x : float -> float
Parameters
- x
- Type: SystemDouble
A double specifying the point at which the function is to be
evaluated.
Return Value
Type:
Double
A
double containing the function evaluation.
Implements
ChartFunctionF(Double)See Also