Byte.Log2(Byte) Método

Definición

Calcula el registro2 de un valor.

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

Parámetros

value
Byte

Valor cuyo registro2 se va a calcular.

Devoluciones

Registro2 de value.

Implementaciones

Se aplica a