ILogarithmicFunctions<TSelf>.Log2P1(TSelf) Methode

Definition

Berechnet den Basis-2-Logarithmus 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 Base-2-Logarithmus eine hinzugefügt wird.

Gibt zurück

TSelf

log2(x + 1)

Gilt für: