Click or drag to resize
ChartSplineF Method
Function to be charted.

Namespace: Imsl.Chart2D
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public virtual double F(
	double x
)

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