UInt64.LeadingZeroCount(UInt64) Yöntem

Tanım

Bir değerdeki baştaki sıfırların sayısını hesaplar.

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

Parametreler

value
UInt64

Baştaki sıfırların sayılması gereken değer.

Döndürülenler

içindeki valuebaştaki sıfırların sayısı.

Uygulamalar

Şunlara uygulanır