Aller au contenu

Unknown

Ce contenu n’est pas encore disponible dans votre langue.

class Unknown(val minValue: Double, val maxValue: Double?) : RewardTier

A tier shape this build does not know, kept so one unrecognised band cannot fail the whole reward. Mirrors EstimatedReward.Unknown; the bounds are the fields every tier carries.

Unknownconstructor(minValue: Double, maxValue: Double?)
NameSummary
maxValueopen override val maxValue: Double?
minValueopen override val minValue: Double
NameSummary
equalsopen operator override fun equals(other: Any?): Boolean
hashCodeopen override fun hashCode(): Int
toStringopen override fun toString(): String