toggle menu
0.4.9
common
switch theme
search in API
Navigation
/
com.amarcolini.joos.util
/
DoubleProgression
Double
Progression
data
class
DoubleProgression
(
val
start
:
Double
,
val
step
:
Double
,
val
size
:
Int
)
:
Iterable
<
Double
>
A progression of values of type
Double
.
Members
Constructors
Double
Progression
Link copied to clipboard
constructor
(
start
:
Double
,
step
:
Double
,
size
:
Int
)
Types
Companion
Link copied to clipboard
object
Companion
Iterator
Impl
Link copied to clipboard
inner
class
IteratorImpl
:
Iterator
<
Double
>
Iterator implementation for
DoubleProgression
.
Properties
size
Link copied to clipboard
@
JvmField
val
size
:
Int
start
Link copied to clipboard
@
JvmField
val
start
:
Double
step
Link copied to clipboard
@
JvmField
val
step
:
Double
Functions
ceil
Index
Link copied to clipboard
fun
ceilIndex
(
query
:
Double
)
:
Int
contains
Link copied to clipboard
operator
fun
contains
(
query
:
Double
)
:
Boolean
floor
Index
Link copied to clipboard
fun
floorIndex
(
query
:
Double
)
:
Int
get
Link copied to clipboard
operator
fun
get
(
index
:
Int
)
:
Double
is
Empty
Link copied to clipboard
fun
isEmpty
(
)
:
Boolean
iterator
Link copied to clipboard
open
operator override
fun
iterator
(
)
:
DoubleProgression.IteratorImpl
minus
Link copied to clipboard
operator
fun
minus
(
offset
:
Double
)
:
DoubleProgression
plus
Link copied to clipboard
operator
fun
plus
(
offset
:
Double
)
:
DoubleProgression
split
Link copied to clipboard
fun
split
(
sep
:
Double
)
:
Pair
<
DoubleProgression
,
DoubleProgression
>
unary
Minus
Link copied to clipboard
operator
fun
unaryMinus
(
)
:
DoubleProgression