Share via


UIntPtr.Log2(UIntPtr) Metodo

Definizione

Calcola il log2 di un valore.

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

Parametri

value
UIntPtr

unativeint

Restituisce

UIntPtr

unativeint

Log2 di value.

Implementazioni

Si applica a