dotConnect Universal Documentation
Devart.Data.Universal Namespace / UniDecimal Structure / Power Method
The specified UniDecimal structure.
A value that specifies the power.

In This Topic
    Power Method
    In This Topic
    Calculates a new UniDecimal structure with its value set to the specified UniDecimal structure raised to the specified power.
    Syntax
    'Declaration
     
    Public Shared Function Power( _
       ByVal value As UniDecimal, _
       ByVal power As Double _
    ) As UniDecimal
    public static UniDecimal Power( 
       UniDecimal value,
       double power
    )

    Parameters

    value
    The specified UniDecimal structure.
    power
    A value that specifies the power.

    Return Value

    A new UniDecimal structure.
    See Also