ILogarithmicFunctions<TSelf>.Log2P1(TSelf) Methode

Definition

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

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

Parameter

x
TSelf

Der Wert, zu dem eine hinzugefügt wird, bevor der Basis-2-Logarithm erstellt wird.

Gibt zurück

TSelf

protokoll2(x + 1)

Gilt für