A Sandcastle Documented Class Library
Power メソッド (x, y)
名前空間CFW.UtilNumberUtilPower(Decimal, Int32)
decimalのべき乗。 有理数乗はわからないので保留。
宣言の構文
C#Visual BasicVisual C++
public static decimal Power(
	decimal x,
	int y
)
Public Shared Function Power ( _
	x As Decimal, _
	y As Integer _
) As Decimal
public:
static Decimal Power(
	Decimal x, 
	int y
)
パラメータ
x (Decimal)
基数
y (Int32)
べき数
戻り値
decimalのべき乗。

アセンブリ: CFW (モジュール: CFW) バージョン: 1.2.0.2 (1.2.0.2)