UInt16.LeadingZeroCount(UInt16) Methode

Definitie

Berekent het aantal voorloopnullen in een waarde.

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

Parameters

value
UInt16

De waarde waarvan de voorloopnullen moeten worden geteld.

Retouren

Het aantal voorloopnullen in value.

Implementeringen

Van toepassing op