Half.ScaleB(Half, Int32) メソッド

定義

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

public:
 static Half ScaleB(Half x, int n) = System::Numerics::IFloatingPointIeee754<Half>::ScaleB;
public static Half ScaleB (Half x, int n);
static member ScaleB : Half * int -> Half
Public Shared Function ScaleB (x As Half, n As Integer) As Half

パラメーター

x
Half

底基数が 乗算の n 累乗に引き上げられた値。

n
Int32

複数のを乗算する前に基数が発生する x値。

戻り値

と の累乗に対する基数のnx

実装

適用対象