Char.IBinaryInteger<Char>.LeadingZeroCount(Char) Methode

Definitie

Berekent het aantal voorloopnul bits in een waarde.

 static char System.Numerics.IBinaryInteger<System.Char>.LeadingZeroCount(char value) = System::Numerics::IBinaryInteger<char>::LeadingZeroCount;
static char IBinaryInteger<char>.LeadingZeroCount(char value);
static member System.Numerics.IBinaryInteger<System.Char>.LeadingZeroCount : char -> char
 Shared Function LeadingZeroCount (value As Char) As Char Implements IBinaryInteger(Of Char).LeadingZeroCount

Parameters

value
Char

De waarde waarvan voorloopnul bits moeten worden geteld.

Retouren

Het aantal voorloopnul bits in value.

Implementeringen

Van toepassing op