UInt16.LeadingZeroCount(UInt16) Método

Definição

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

public:
 static System::UInt16 LeadingZeroCount(System::UInt16 value) = System::Numerics::IBinaryInteger<System::UInt16>::LeadingZeroCount;
public static ushort LeadingZeroCount (ushort value);
static member LeadingZeroCount : uint16 -> uint16
Public Shared Function LeadingZeroCount (value As UShort) As UShort

Parâmetros

value
UInt16

O valor cujos zeros à esquerda devem ser contados.

Retornos

O número de zeros à esquerda em value.

Implementações

Aplica-se a