Edit

Share via


UInt16.Log2(UInt16) Method

Definition

Computes the log2 of a value.

C#
public static ushort Log2(ushort value);

Parameters

value
UInt16

The value whose log2 is to be computed.

Returns

The log2 of value.

Implements

Applies to

Product Versions
.NET 7, 8, 9