UInt32.LeadingZeroCount(UInt32) Methode

Definitie

Berekent het aantal voorloopnullen in een waarde.

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

Parameters

value
UInt32

De waarde waarvan de voorloopnullen moeten worden geteld.

Retouren

Het aantal voorloopnullen in value.

Implementeringen

Van toepassing op