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

实现

适用于