IBinaryNumber<TSelf>.Log2(TSelf) Methode

Definition

Berechnet das Protokoll2 eines Werts.

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

Parameter

value
TSelf

Der Wert, dessen log2 berechnet werden soll.

Gibt zurück

TSelf

Log2 von value.

Gilt für: