NFloat.Log2(NFloat) 方法

定義

計算值的 log2。

public:
 static System::Runtime::InteropServices::NFloat Log2(System::Runtime::InteropServices::NFloat value) = System::Numerics::IBinaryNumber<System::Runtime::InteropServices::NFloat>::Log2;
public static System.Runtime.InteropServices.NFloat Log2 (System.Runtime.InteropServices.NFloat value);
static member Log2 : System.Runtime.InteropServices.NFloat -> System.Runtime.InteropServices.NFloat
Public Shared Function Log2 (value As NFloat) As NFloat

參數

value
NFloat

要計算其 log2 的值。

傳回

value log2。

實作

適用於