IMSL C# Numerical Library

ChartFunction.F Method 

Function to be charted.

double F(
   double x
);

Parameters

x
A double[] which specifies the independent data.

Return Value

A double[] containing the dependant data.

See Also

ChartFunction Interface | Imsl.Chart2D Namespace