Function to be charted.

Namespace: Imsl.Chart2D
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.0.0

Syntax

C#
public virtual double F(
	double x
)
Visual Basic (Declaration)
Public Overridable Function F ( _
	x As Double _
) As Double
Visual C++
public:
virtual double F(
	double x
)

Parameters

x
Type: System..::.Double
A double specifying the point at which the function is to be evaluated.

Return Value

A double containing the function evaluation.

Implements

ChartFunction..::.F(Double)

See Also