component2

inline operator fun ComplexFloatArray.component2(): ComplexFloat
inline operator fun ComplexDoubleArray.component2(): ComplexDouble

Returns 2nd element from the array.

If the size of this array is less than 2, throws an IndexOutOfBoundsException.