UInt32.LeadingZeroCount(UInt32) Método

Definição

Calcula o número de zeros à esquerda em um valor.

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

Parâmetros

value
UInt32

O valor cujos zeros à esquerda devem ser contados.

Retornos

O número de zeros à esquerda em value.

Implementações

Aplica-se a