LinearRange

class LinearRange<T : LinearType<T>>(val start: T, val end: T)(source)

Constructors

Link copied to clipboard
constructor(start: T, end: T)

Functions

Link copied to clipboard
infix fun steps(count: Int): Sequence<T>
Link copied to clipboard
fun value(t: Double): T

Properties

Link copied to clipboard
val end: T
Link copied to clipboard
val start: T