ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.DataVisualization.TypeScript Namespace / Math Class / pow Method

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

    Parameters

    x
    y
    See Also