Quad.ILogB Method

Computes the integer logarithm of a value.

Definition

Namespace: Numerics.NET
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0
C#
public static int ILogB(
	Quad x
)

Parameters

x  Quad
The value whose integer logarithm is to be computed.

Return Value

Int32
The integer logarithm of x.

Implements

IFloatingPointIeee754<TSelf>.ILogB(TSelf)

See Also