UInt64.Log2(UInt64) Methode

Definition

Berechnet das protokoll2 eines Werts.

public:
 static System::UInt64 Log2(System::UInt64 value) = System::Numerics::IBinaryNumber<System::UInt64>::Log2;
public static ulong Log2 (ulong value);
static member Log2 : uint64 -> uint64
Public Shared Function Log2 (value As ULong) As ULong

Parameter

value
UInt64

Der Wert, dessen log2 berechnet werden soll.

Gibt zurück

Log2 von value.

Implementiert

Gilt für: