ILogarithmicFunctions<TSelf>.Log2P1(TSelf) Methode

Definition

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

public:
 static override TSelf Log2P1(TSelf x);
public static virtual TSelf Log2P1(TSelf x);
static member Log2P1 : 'Self -> 'Self
Public Shared Overrides Function Log2P1 (x As TSelf) As TSelf

Parameter

x
TSelf

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

Gibt zurück

TSelf

log2(x + 1)

Gilt für: