open class PercentageRatioUnit : RatioUnitA class to reprecent a percentage in an unambiguous way.
| <init> |
PercentageRatioUnit(percentageAsString: String)A class to reprecent a percentage in an unambiguous way. |
| value |
val value: BigDecimal |
| toString |
open fun toString(): <ERROR CLASS> |
| equals |
open fun equals(other: Any?): Boolean |
| hashCode |
open fun hashCode(): Int |