toggle menu
KSLCore
R1.1.3
jvm
switch theme
search in API
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