component4

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

Returns 4th element from the array.

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