SByte.LeadingZeroCount(SByte) Methode

Definitie

Berekent het aantal voorloopnullen in een waarde.

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

Parameters

value
SByte

De waarde waarvan de voorloopnullen moeten worden geteld.

Retouren

Het aantal voorloopnullen in value.

Implementeringen

Van toepassing op