Interval

constructor(xLower: Int, xUpper: Int)


constructor(xLower: Double = Double.NEGATIVE_INFINITY, xUpper: Double = Double.POSITIVE_INFINITY)

Parameters

xLower

the lower limit, must be less than or equal to xUpper

xUpper

the upper limit