UInt16.TrailingZeroCount(UInt16) Metoda

Definice

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

public:
 static System::UInt16 TrailingZeroCount(System::UInt16 value) = System::Numerics::IBinaryInteger<System::UInt16>::TrailingZeroCount;
public static ushort TrailingZeroCount (ushort value);
static member TrailingZeroCount : uint16 -> uint16
Public Shared Function TrailingZeroCount (value As UShort) As UShort

Parametry

value
UInt16

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

Návraty

Počet koncových nul v value.

Implementuje

Platí pro