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

定義

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

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

パラメーター

x
Single

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

n
Int32

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

戻り値

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

実装

適用対象