UInt64.LeadingZeroCount(UInt64) Método

Definición

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

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

Parámetros

value
UInt64

Valor cuyos ceros iniciales se van a contar.

Devoluciones

Número de ceros iniciales en value.

Implementaciones

Se aplica a