Double.Log2P1(Double) Methode

Definition

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

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

Parameter

x
Double

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

Gibt zurück

log2(x + 1)

Implementiert

Gilt für: