次の方法で共有


SqlDecimal.Power メソッド

指定した SqlDecimal 構造体の値を指定した指数で累乗します。

Public Shared Function Power( _
   ByVal n As SqlDecimal, _   ByVal exp As Double _) As SqlDecimal
[C#]
public static SqlDecimal Power(SqlDecimaln,doubleexp);
[C++]
public: static SqlDecimal Power(SqlDecimaln,doubleexp);
[JScript]
public static function Power(
   n : SqlDecimal,exp : double) : SqlDecimal;

パラメータ

  • n
    累乗される SqlDecimal 構造体。
  • exp
    数値を累乗する指数を示す double 値。

戻り値

結果を格納している SqlDecimal 構造体

必要条件

プラットフォーム: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 ファミリ, .NET Compact Framework - Windows CE .NET

参照

SqlDecimal 構造体 | SqlDecimal メンバ | System.Data.SqlTypes 名前空間