IFloatingPointIeee754<TSelf>.ScaleB(TSelf, Int32) 方法

定义

计算值及其基基基数的乘积,以达到指定幂。

public:
 static TSelf ScaleB(TSelf x, int n);
public static abstract TSelf ScaleB (TSelf x, int n);
static member ScaleB : 'Self * int -> 'Self
Public Shared Function ScaleB (x As TSelf, n As Integer) As TSelf

参数

x
TSelf

基基基数提高到乘幂的值 n

n
Int32

在对 进行多重 x处理之前将基基数提高到的值。

返回

TSelf

和 基基的乘积 x 提升到 的 n幂。

适用于