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

Power Method
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
 

Parameters

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

Return Value

A new UniDecimal structure.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also