NFloat.ScaleB(NFloat, Int32) 方法

定义

计算一个值及其基弧度升至指定功率的乘积。

public:
 static System::Runtime::InteropServices::NFloat ScaleB(System::Runtime::InteropServices::NFloat x, int n) = System::Numerics::IFloatingPointIeee754<System::Runtime::InteropServices::NFloat>::ScaleB;
public static System.Runtime.InteropServices.NFloat ScaleB(System.Runtime.InteropServices.NFloat x, int n);
static member ScaleB : System.Runtime.InteropServices.NFloat * int -> System.Runtime.InteropServices.NFloat
Public Shared Function ScaleB (x As NFloat, n As Integer) As NFloat

参数

x
NFloat

基基基数升至乘数幂的值 n

n
Int32

在乘法 x之前将基基基数引发的值。

返回

基基数的乘积 x 和基基数升至幂 n

实现

适用于