FloatRangeExclusive

data class FloatRangeExclusive(val start: Float, val endExclusive: Float)

Constructors

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

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