Single.ScaleB(Single, Int32) 方法

定義

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

public:
 static float ScaleB(float x, int n) = System::Numerics::IFloatingPointIeee754<float>::ScaleB;
public static float ScaleB (float x, int n);
static member ScaleB : single * int -> single
Public Shared Function ScaleB (x As Single, n As Integer) As Single

參數

x
Single

基底基底乘以乘冪的值 n

n
Int32

基底基底基底在乘 x 法之前所引發的值。

傳回

的 乘 x 積和基底基底基底乘以 的 n 乘冪。

實作

適用於