UInt64.TrailingZeroCount(UInt64) Metod

Definition

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

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

Parametrar

value
UInt64

Värdet vars avslutande nollor ska räknas.

Returer

Antalet avslutande nollor i value.

Implementeringar

Gäller för