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 が計算される値。

戻り値

の log2 value

実装

適用対象