UInt64.Log2(UInt64) Methode

Definitie

Berekent het logboek2 van een waarde.

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

Parameters

value
UInt64

De waarde waarvan log2 moet worden berekend.

Retouren

Het logboek2 van value.

Implementeringen

Van toepassing op