IBinaryInteger<TSelf>.TrailingZeroCount(TSelf) Metoda

Definice

Vypočítá počet koncových nula bitů v hodnotě.

public:
 static TSelf TrailingZeroCount(TSelf value);
public static abstract TSelf TrailingZeroCount (TSelf value);
static member TrailingZeroCount : 'Self -> 'Self
Public Shared Function TrailingZeroCount (value As TSelf) As TSelf

Parametry

value
TSelf

Hodnota, jejíž koncové nula bitů se mají počítat.

Návraty

TSelf

Počet koncových nula bitů v valuesouboru .

Platí pro