Double.ScaleB(Double, Int32) 方法

定義

計算值乘積及其基底基底乘以指定乘冪的乘積。

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 乘冪。

實作

適用於