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

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

返品

xの力に引き上げられたnと基数の積。

実装

適用対象