UInt32.Log2(UInt32) Método

Definición

Calcula el registro2 de un valor.

public:
 static System::UInt32 Log2(System::UInt32 value) = System::Numerics::IBinaryNumber<System::UInt32>::Log2;
public static uint Log2(uint value);
static member Log2 : uint32 -> uint32
Public Shared Function Log2 (value As UInteger) As UInteger

Parámetros

value
UInt32

Valor cuyo registro2 se va a calcular.

Devoluciones

Registro2 de value.

Implementaciones

Se aplica a