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

Definice

Vypočítá počet počátečních nula bitů v hodnotě.

 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

Parametry

value
Char

Hodnota, jejíž počáteční nula bitů se mají počítat.

Návraty

Počet počátečních nula bitů v valuenástroji .

Implementuje

Platí pro