Calculates the value of the function at the specified parameter value.

Namespace:  C1.Win.C1Chart
Assembly:  C1.Win.C1Chart.2 (in C1.Win.C1Chart.2.dll)

Syntax

C#
double Calculate(
	double x
)
Visual Basic
Function Calculate ( _
	x As Double _
) As Double

Parameters

x
Type: System..::..Double
Parameter.

Return Value

Double.

See Also