class FixedRate : Rate
A very basic subclass to represent a fixed rate.
<init> |
FixedRate(otherRate: Rate) FixedRate(ratioUnit: RatioUnit) A very basic subclass to represent a fixed rate. |
ratioUnit |
val ratioUnit: RatioUnit? |
equals |
fun equals(other: Any?): Boolean |
hashCode |
fun hashCode(): Int |
isPositive |
fun isPositive(): Boolean |
toString |
fun toString(): String |