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

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

Parameters

x
Type: SystemDouble
A double[] which specifies the independent data.

Return Value

Type: Double
A double[] containing the dependant data.
See Also