UIntPtr.Log2(UIntPtr) Methode

Definition

Berechnet das Protokoll2 eines Werts.

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

Parameter

value
UIntPtr

unativeint

Der Wert, dessen Log2 berechnet werden soll.

Gibt zurück

UIntPtr

unativeint

Das Protokoll2 von value.

Implementiert

Gilt für: