ILogarithmicFunctions<TSelf>.Log2(TSelf) Methode

Definition

Berechnet den Basis-2-Logarithmus eines Werts.

public:
 static TSelf Log2(TSelf x);
public static abstract TSelf Log2 (TSelf x);
static member Log2 : 'Self -> 'Self
Public Shared Function Log2 (x As TSelf) As TSelf

Parameter

x
TSelf

Der Wert, dessen Basis-2-Logarithmus berechnet werden soll.

Gibt zurück

TSelf

Der Basis-2-Logarithmus von x.

Gilt für: