toggle menu
korge-root
5.1.0
common
switch theme
search in API
korge-foundation
/
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