IMSL C# Numerical Library

ChartSpline.F Method 

Function to be charted.

public virtual double F(
   double x
);

Parameters

x
A double specifying the point at which the function is to be evaluated.

Return Value

A double containing the function evaluation.

Implements

ChartFunction.F

See Also

ChartSpline Class | Imsl.Chart2D Namespace