ComplexFloatIterator

abstract class ComplexFloatIterator : Iterator<ComplexFloat>

Constructors

Link copied to clipboard
fun ComplexFloatIterator()

Functions

Link copied to clipboard
operator override fun next(): ComplexFloat
Link copied to clipboard
abstract fun nextComplexFloat(): ComplexFloat