UInt128.LeadingZeroCount(UInt128) Método

Definição

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

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

Parâmetros

value
UInt128

O valor cujos zeros à esquerda devem ser contados.

Retornos

O número de zeros à esquerda em value.

Implementações

Aplica-se a