Single.Log2P1(Single) メソッド

定義

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

public:
 static float Log2P1(float x) = System::Numerics::ILogarithmicFunctions<float>::Log2P1;
public static float Log2P1(float x);
static member Log2P1 : single -> single
Public Shared Function Log2P1 (x As Single) As Single

パラメーター

x
Single

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

返品

log2(x + 1)

実装

適用対象