Quad.ILog B Method
Computes the integer logarithm of a value.
Definition
Namespace: Numerics.NET
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
C#
The integer logarithm of x.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
public static int ILogB(
Quad x
)
Parameters
- x Quad
- The value whose integer logarithm is to be computed.
Return Value
Int32The integer logarithm of x.