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

定義

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

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

パラメーター

x
NFloat

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

n
Int32

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

戻り値

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

実装

適用対象