UInt128.TrailingZeroCount(UInt128) Metod

Definition

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

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

Parametrar

value
UInt128

Värdet vars avslutande nollor ska räknas.

Returer

Antalet avslutande nollor i value.

Implementeringar

Gäller för