NFloat.ScaleB(NFloat, Int32) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
計算值乘積及其基底基底乘以指定乘冪的乘積。
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
法之前所引發的值。
傳回
的乘 x
積和基底基底基底乘以 的 n
乘冪。