IntPtr.Log2(IntPtr) Methode

Definition

Berechnet das protokoll2 eines Werts.

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

Parameter

value
IntPtr

nativeint

Der Wert, dessen log2 berechnet werden soll.

Gibt zurück

IntPtr

nativeint

Log2 von value.

Implementiert

Gilt für: