DoubleRangeExclusive

data class DoubleRangeExclusive(val start: Double, val endExclusive: Double)

Constructors

Link copied to clipboard
constructor(start: Double, endExclusive: Double)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
operator fun contains(value: Double): Boolean
Link copied to clipboard
open override fun toString(): String