BigInteger.Log2 Method

Computes the log2 of a value.

Definition

Namespace: Numerics.NET
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0
C#
public static BigInteger Log2(
	BigInteger value
)

Parameters

value  BigInteger
The value whose log2 is to be computed.

Return Value

BigInteger
The log2 of value.

Implements

IBinaryNumber<TSelf>.Log2(TSelf)

See Also