Single.ScaleB(Single, Int32) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
计算值及其基基基数的乘积,以达到指定幂。
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
幂。