Percentage
Ce contenu n’est pas encore disponible dans votre langue.
class Percentage(val minValue: Double, val maxValue: Double?, val percent: Double) : RewardTier
Constructors
Section titled “Constructors”| Percentage | constructor(minValue: Double, maxValue: Double?, percent: Double) |
Properties
Section titled “Properties”| Name | Summary |
|---|---|
| maxValue | open override val maxValue: Double? |
| minValue | open override val minValue: Double |
| percent | val percent: Double |
Functions
Section titled “Functions”| Name | Summary |
|---|---|
| equals | open operator override fun equals(other: Any?): Boolean |
| hashCode | open override fun hashCode(): Int |
| toString | open override fun toString(): String |