Int16.TrailingZeroCount(Int16) Metoda

Definice

Vypočítá počet koncových nul v hodnotě.

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

Parametry

value
Int16

Hodnota, jejíž koncové nuly se mají spočítat.

Návraty

Počet koncových nul v value.

Implementuje

Platí pro