Byte.LeadingZeroCount(Byte) Método

Definición

Calcula el número de ceros iniciales en un valor.

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

Parámetros

value
Byte

Valor cuyos ceros iniciales se van a contar.

Devoluciones

Número de ceros iniciales en value.

Implementaciones

Se aplica a