NumericRange

A named numeric range. May be unbounded on one end or the other, but not both.

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val max: Double?

Upper bound exclusive, or null if unbounded.

Link copied to clipboard
val min: Double?

Lower bound inclusive, or null if unbounded.

Link copied to clipboard
open override val name: String

Arbitrary name to identify this range in the facet result.

Functions

Link copied to clipboard
open override fun toString(): String