UIntPtr.Log2(UIntPtr) Método

Definición

Calcula el registro2 de un valor.

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

Parámetros

value
UIntPtr

unativeint

Devoluciones

UIntPtr

unativeint

Registro2 de value.

Implementaciones

Se aplica a