Compares this BigInteger with the specified BigInteger. This
method is provided in preference to individual methods for each
of the six boolean comparison operators ( <, ==,
>, >=, !=, <=). The suggested
idiom for performing these comparisons is:
(x.compareTo(y)
<op> 0)
, where
<op> is one of the six comparison operators.
val | BigInteger to which this BigInteger is to be compared. |
val
.
Diagram: BigInteger, BigDecimal