2D Chart for WinForms | ComponentOne
C1.Win.C1Chart.4.5.2 Assembly / C1.Win.C1Chart Namespace / ISimpleFunction Interface / Calculate Method
Parameter.

In This Topic
    Calculate Method (ISimpleFunction)
    In This Topic
    Calculates the value of the function at the specified parameter value.
    Syntax
    'Declaration
     
    Function Calculate( _
       ByVal x As System.Double _
    ) As System.Double
    System.double Calculate( 
       System.double x
    )

    Parameters

    x
    Parameter.

    Return Value

    Double.
    See Also