ActiveReports 12
Pow Method

GrapeCity.ActiveReports.v12 Assembly > GrapeCity.Enterprise.Data.DataEngine Namespace > Variant Structure : Pow Method
The variant to be raised.
The power.
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

Reference

Variant Structure
Variant Members