UInt64.LeadingZeroCount(UInt64) Methode

Definitie

Berekent het aantal voorloopnullen in een waarde.

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

Parameters

value
UInt64

De waarde waarvan de voorloopnullen moeten worden geteld.

Retouren

Het aantal voorloopnullen in value.

Implementeringen

Van toepassing op