KSLCore
Toggle table of contents
R1.1.9
jvm
Platform filter
jvm
Switch theme
Search in API
KSLCore
KSLCore
/
ksl.utilities
/
Interval
/
Interval
Interval
constructor
(
xLower
:
Int
,
xUpper
:
Int
)
constructor
(
xLower
:
Double
=
Double.NEGATIVE_INFINITY
,
xUpper
:
Double
=
Double.POSITIVE_INFINITY
)
Parameters
x
Lower
the lower limit, must be less than or equal to xUpper
x
Upper
the upper limit