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乘冪。

實作

適用於