UInt64.Log2(UInt64) Metodo

Definizione

Calcola il log2 di un valore.

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

Parametri

value
UInt64

Valore di cui calcolare log2.

Restituisce

Log2 di value.

Implementazioni

Si applica a