public interface Ratio extends Comparable<Ratio>
| Modifier and Type | Method and Description |
|---|---|
BigInteger |
getDenominator()
Gets the denominator
|
BigInteger |
getNumerator()
Gets the numerator
|
Double |
getValue()
The value of the ratio as double
|
compareToDouble getValue()
BigInteger getNumerator()
BigInteger getDenominator()
Copyright © 2017. All rights reserved.