NumericRange

class NumericRange : Category

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

Types

Link copied to clipboard
object Companion

Functions

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

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.