Int16.LeadingZeroCount(Int16) Methode

Definitie

Berekent het aantal voorloopnullen in een waarde.

public:
 static short LeadingZeroCount(short value) = System::Numerics::IBinaryInteger<short>::LeadingZeroCount;
public static short LeadingZeroCount(short value);
static member LeadingZeroCount : int16 -> int16
Public Shared Function LeadingZeroCount (value As Short) As Short

Parameters

value
Int16

De waarde waarvan de voorloopnullen moeten worden geteld.

Retouren

Het aantal voorloopnullen in value.

Implementeringen

Van toepassing op