Quad.Log 2 Method
Returns the base 2 logarithm of a specified number.
Definition
Namespace: Numerics.NET
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
C#
The base 2 logarithm of value.
ILogarithmicFunctions<TSelf>.Log2(TSelf)
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
public static Quad Log2(
Quad value
)
Parameters
- value Quad
- A number whose logarithm is to be found.
Return Value
QuadThe base 2 logarithm of value.
Implements
IBinaryNumber<TSelf>.Log2(TSelf)ILogarithmicFunctions<TSelf>.Log2(TSelf)