Edit

Share via


UInt64.Log2(UInt64) Method

Definition

Computes the log2 of a value.

C#
public static ulong Log2(ulong value);

Parameters

value
UInt64

The value whose log2 is to be computed.

Returns

The log2 of value.

Implements

Applies to

Product Versions
.NET 7, 8, 9, 10