korlibs
Toggle table of contents
6.1.0-SNAPSHOT
common
Target filter
common
Switch theme
Search in API
Skip to content
korlibs
korlibs-math-core
/
korlibs.math.range
/
DoubleRangeExclusive
Double
Range
Exclusive
data
class
DoubleRangeExclusive
(
val
start
:
Double
,
val
endExclusive
:
Double
)
Members
Constructors
Double
Range
Exclusive
Link copied to clipboard
constructor
(
start
:
Double
,
endExclusive
:
Double
)
Properties
end
Exclusive
Link copied to clipboard
val
endExclusive
:
Double
length
Link copied to clipboard
val
length
:
Double
start
Link copied to clipboard
val
start
:
Double
Functions
contains
Link copied to clipboard
operator
fun
contains
(
value
:
Double
)
:
Boolean
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String