Edit

Share via


UInt32.Log2(UInt32) Method

Definition

Computes the log2 of a value.

C#
public static uint Log2(uint value);

Parameters

value
UInt32

The value whose log2 is to be computed.

Returns

The log2 of value.

Implements

Applies to

Product Versions
.NET 7, 8, 9