Interval

external class Interval(var start: Double = definedExternally, var stop: Double = definedExternally)(source)

Represents the closed interval start, stop.

See also

Constructors

Link copied to clipboard
constructor(start: Double = definedExternally, stop: Double = definedExternally)

Properties

Link copied to clipboard

The beginning of the interval. Default value - 0.0

Link copied to clipboard

The end of the interval. Default value - 0.0