SqlDecimal::Power Method (SqlDecimal, Double)
.NET Framework (current version)
Raises the value of the specified SqlDecimal structure to the specified exponential power.
Assembly: System.Data (in System.Data.dll)
Parameters
- n
-
Type:
System.Data.SqlTypes::SqlDecimal
The SqlDecimal structure to be raised to a power.
- exp
-
Type:
System::Double
A double value that indicates the power to which the number should be raised.
Return Value
Type: System.Data.SqlTypes::SqlDecimalA SqlDecimal structure that contains the results.
.NET Framework
Available since 1.1
Available since 1.1
Show: