Share via


UInt64.Log2(UInt64) Yöntem

Tanım

Bir değerin log2'sini hesaplar.

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

Parametreler

value
UInt64

Günlüğü2 hesaplanacak olan değer.

Döndürülenler

günlüğünün2.value

Uygulamalar

Şunlara uygulanır