SqlDecimal::Power Method (SqlDecimal, Double)

 

Raises the value of the specified SqlDecimal structure to the specified exponential power.

Namespace:   System.Data.SqlTypes
Assembly:  System.Data (in System.Data.dll)

public:
static SqlDecimal Power(
	SqlDecimal n,
	double exp
)

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::SqlDecimal

A SqlDecimal structure that contains the results.

.NET Framework
Available since 1.1
Return to top
Show: