Double.ScaleB(Double, Int32) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
計算值乘積及其基底基底乘以指定乘冪的乘積。
public:
static double ScaleB(double x, int n) = System::Numerics::IFloatingPointIeee754<double>::ScaleB;
public static double ScaleB (double x, int n);
static member ScaleB : double * int -> double
Public Shared Function ScaleB (x As Double, n As Integer) As Double
參數
- x
- Double
基底基底乘以乘冪的值 n
。
- n
- Int32
基底基底基底在乘 x
法之前所引發的值。
傳回
的 乘 x
積和基底基底基底乘以 的 n
乘冪。