Edit

Share via


Double.Log2(Double) Method

Definition

Computes the log2 of a value.

C#
public static double Log2(double value);

Parameters

value
Double

The value whose log2 is to be computed.

Returns

The log2 of value.

Implements

Applies to

Product Versions
.NET 7, 8, 9