NFloat.Log2P1(NFloat) メソッド

定義

値に 1 を加えた底 2 の対数を計算します。

public:
 static System::Runtime::InteropServices::NFloat Log2P1(System::Runtime::InteropServices::NFloat x) = System::Numerics::ILogarithmicFunctions<System::Runtime::InteropServices::NFloat>::Log2P1;
public static System.Runtime.InteropServices.NFloat Log2P1 (System.Runtime.InteropServices.NFloat x);
static member Log2P1 : System.Runtime.InteropServices.NFloat -> System.Runtime.InteropServices.NFloat
Public Shared Function Log2P1 (x As NFloat) As NFloat

パラメーター

x
NFloat

底 2 の対数を計算する前に加算される値。

戻り値

log2(x + 1)

実装

適用対象