Range

interface Range : Constraint

Range constraints limit the lower and upper bounds a number can have

Properties

Link copied to clipboard
abstract val lowerBound: Number?
Link copied to clipboard
abstract val upperBound: Number?