component5

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

Returns 5th element from the array.

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