UInt64.TrailingZeroCount(UInt64) Metoda

Definicja

Oblicza liczbę końcowych zer w wartości.

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

Parametry

value
UInt64

Wartość, której końcowe zera mają być zliczane.

Zwraca

Liczba końcowych zer w elemecie value.

Implementuje

Dotyczy