Calculates the value of the function at the specified parameter value.
[Visual Basic]
Function Calculate( _
ByVal x As Double _
) As Double
[C#]
double Calculate(
double x
);
[Delphi]
function Calculate(
x: Double
): Double;
Parameters
x
Parameter.
Return Value
Double.
See Also
ISimpleFunction Interface | ISimpleFunction Members | C1.Win.C1Chart Namespace | ISimpleFunction Interface
Send comments about this topic to ComponentOne. Copyright © ComponentOne LLC. All rights reserved. |