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

在进行多pliy 之前将基基基数提升到的值 x

返回

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

实现

适用于