FlexChart | ComponentOne
C1.Chart Assembly / C1.Chart Namespace / IFunction Interface / Calculate Method

In This Topic
    Calculate Method
    In This Topic
    Return the result of function f(parameter)
    Syntax
    'Declaration
     
    Function Calculate( _
       ByVal parameter As System.Double _
    ) As System.Double
    System.double Calculate( 
       System.double parameter
    )

    Parameters

    parameter
    See Also