Single.Log2P1(Single) Methode

Definition

Berechnet den Logarithmus der Basis-2 eines Werts plus 1.

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

Parameter

x
Single

Der Wert, dem vor dem Berechnen des Logarithmus base-2 hinzugefügt wird.

Gibt zurück

log2(x + 1)

Implementiert

Gilt für: