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

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

    Parameters

    t
    Parameter.

    Return Value

    Double[].
    See Also