ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Data.ExpressionInfo Assembly / GrapeCity.Enterprise.Data.Expressions.Evaluation Namespace / Variant Structure / Pow Method
The variant to be raised.
The power.

In This Topic
    Pow Method
    In This Topic
    Returns a specified Variant raised to the specified power.
    Syntax
    'Declaration
     
    Public Shared Function Pow( _
       ByVal a As Variant, _
       ByVal b As Variant _
    ) As Variant
    public static Variant Pow( 
       Variant a,
       Variant b
    )

    Parameters

    a
    The variant to be raised.
    b
    The power.
    See Also