SqlDecimal.Power(SqlDecimal, Double) 方法

定义

将指定的 SqlDecimal 结构的值乘到指定的幂。

public:
 static System::Data::SqlTypes::SqlDecimal Power(System::Data::SqlTypes::SqlDecimal n, double exp);
public static System.Data.SqlTypes.SqlDecimal Power (System.Data.SqlTypes.SqlDecimal n, double exp);
static member Power : System.Data.SqlTypes.SqlDecimal * double -> System.Data.SqlTypes.SqlDecimal
Public Shared Function Power (n As SqlDecimal, exp As Double) As SqlDecimal

参数

n
SqlDecimal

要乘幂的 SqlDecimal 结构。

exp
Double

一个 double 类型值,指示数字应乘到的幂。

返回

一个包含结果的 SqlDecimal 结构。

适用于

另请参阅