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幂。

实现

适用于