Quad.Log2 Method

Returns the base 2 logarithm of a specified number.

Definition

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

Parameters

value  Quad
A number whose logarithm is to be found.

Return Value

Quad
The base 2 logarithm of value.

Implements

IBinaryNumber<TSelf>.Log2(TSelf)
ILogarithmicFunctions<TSelf>.Log2(TSelf)

See Also