toggle menu
korge-root
5.1.0
common
switch theme
search in API
korge-foundation
/
korlibs.math.range
/
FloatRangeExclusive
Float
Range
Exclusive
data
class
FloatRangeExclusive
(
val
start
:
Float
,
val
endExclusive
:
Float
)
Members
Constructors
Float
Range
Exclusive
Link copied to clipboard
constructor
(
start
:
Float
,
endExclusive
:
Float
)
Properties
end
Exclusive
Link copied to clipboard
val
endExclusive
:
Float
length
Link copied to clipboard
val
length
:
Float
start
Link copied to clipboard
val
start
:
Float
Functions
contains
Link copied to clipboard
operator
fun
contains
(
value
:
Double
)
:
Boolean
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String