class BigDecimalProgressionIterator : BigDecimalIterator
An iterator over a progression of values of type BigDecimal
.
BigDecimalProgressionIterator(first: BigDecimal, last: BigDecimal, step: BigDecimal)
An iterator over a progression of values of type |
val step: BigDecimal
the number by which the value is incremented on each step. |
fun hasNext(): Boolean |
|
fun nextBigDecimal(): BigDecimal |
fun next(): BigDecimal |