RichUtils / pyxis.uzuki.live.richutilskt.utils.progression / BigDecimalProgressionIterator

BigDecimalProgressionIterator

class BigDecimalProgressionIterator : BigDecimalIterator

An iterator over a progression of values of type BigDecimal.

Constructors

<init>

BigDecimalProgressionIterator(first: BigDecimal, last: BigDecimal, step: BigDecimal)

An iterator over a progression of values of type BigDecimal.

Properties

step

val step: BigDecimal

the number by which the value is incremented on each step.

Functions

hasNext

fun hasNext(): Boolean

nextBigDecimal

fun nextBigDecimal(): BigDecimal

Inherited Functions

next

fun next(): BigDecimal