toggle menu
2024Crescendo
jvm
switch theme
search in API
2024Crescendo
/
lib.math
/
FloatingPointProgression
Floating
Point
Progression
interface
FloatingPointProgression
<
T
:
Comparable
<
T
>
>
:
Iterable
<
T
>
Inheritors
DoubleProgression
Members
Properties
end
Link copied to clipboard
abstract
val
end
:
T
is
Ascending
Link copied to clipboard
abstract
val
isAscending
:
Boolean
start
Link copied to clipboard
abstract
val
start
:
T
step
Link copied to clipboard
abstract
val
step
:
T
Functions
is
Empty
Link copied to clipboard
open
fun
isEmpty
(
)
:
Boolean