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

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

    Parameters

    x
    Parameter.

    Return Value

    Double[].
    See Also