2D Chart for WinForms | ComponentOne
C1.Win.C1Chart.4.5.2 Assembly / C1.Win.C1Chart Namespace / ParametricFunction Class / GetX Method
Parameter.

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

    Parameters

    t
    Parameter.

    Return Value

    Double.
    See Also