elementAt

fun ComplexFloatArray.elementAt(index: Int): ComplexFloat
fun ComplexDoubleArray.elementAt(index: Int): ComplexDouble

Returns an element at the given index or throws an IndexOutOfBoundsException if the index is out of bounds of this array.