IFloatingPointIeee754<TSelf>.ScaleB(TSelf, Int32) メソッド

定義

指定した累乗に引き上げられた値とその基数の積を計算します。

public:
 static TSelf ScaleB(TSelf x, int n);
public static abstract TSelf ScaleB (TSelf x, int n);
static member ScaleB : 'Self * int -> 'Self
Public Shared Function ScaleB (x As TSelf, n As Integer) As TSelf

パラメーター

x
TSelf

乗算の累乗 n に対して底基数を引き上げた値。

n
Int32

multipliying の前に基数が発生する x値。

戻り値

TSelf

の累乗に引き上げられた と 基数のnx

適用対象