Method ILog2
ILog2(BigRational)
Gets the integer base 2 logarithm of a BigRational number.
Declaration
public static int ILog2(BigRational x)
Parameters
| Type | Name | Description |
|---|---|---|
| BigRational | x | A BigRational number as value. |
Returns
| Type | Description |
|---|---|
| System.Int32 | The integer base 2 logarithm of the BigRational number. |