Int64.Log2(Int64) Methode

Definition

Berechnet das Protokoll2 eines Werts.

public:
 static long Log2(long value) = System::Numerics::IBinaryNumber<long>::Log2;
public static long Log2(long value);
static member Log2 : int64 -> int64
Public Shared Function Log2 (value As Long) As Long

Parameter

value
Int64

Der Wert, dessen Log2 berechnet werden soll.

Gibt zurück

Das Protokoll2 von value.

Implementiert

Gilt für: