Single.Log2P1(Single) Metod

Definition

Beräknar base-2-logaritmen för ett värde plus ett.

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

Parametrar

x
Single

Värdet som läggs till innan base-2-logaritmen beräknas.

Returer

log2(x + 1)

Implementeringar

Gäller för