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

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

    Parameters

    t
    Parameter.

    Return Value

    Double.
    See Also