Single.Log2P1(Single) Yöntem

Tanım

Bir değerin ve bir değerin 2 tabanındaki logaritması hesaplar.

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

Parametreler

x
Single

2 tabanındaki logaritması hesaplamadan önce birinin eklendiği değer.

Döndürülenler

log2(x + 1)

Uygulamalar

Şunlara uygulanır