Olvasás angol nyelven Szerkesztés

Megosztás a következőn keresztül:


UInt64.Log2(UInt64) Method

Definition

Important

Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.

Computes the log2 of a value.

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

The value whose log2 is to be computed.

Returns

The log2 of value.

Implements

Applies to

Termék Verziók
.NET 7, 8, 9, 10