UInt16.TrailingZeroCount(UInt16) Metod

Definition

Beräknar antalet avslutande nollor i ett värde.

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

Parametrar

value
UInt16

Värdet vars avslutande nollor ska räknas.

Returer

Antalet avslutande nollor i value.

Implementeringar

Gäller för