ILogarithmicFunctions<TSelf>.Log2(TSelf) Methode

Definition

Berechnet den Logarithmus der Basis 2 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 Logarithmus base-2 berechnet werden soll.

Gibt zurück

TSelf

Der Logarithmus von Base-2 .x

Gilt für: