ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.DataVisualization.Chart Namespace / _Fourier Class / y Method

In This Topic
    y Method (_Fourier)
    In This Topic
    Syntax
    'Declaration
     
    Public Function y( _
       ByVal x As Nullable(Of Double) _
    ) As Nullable(Of Double)
    public Nullable<double> y( 
       Nullable<double> x
    )

    Parameters

    x
    See Also