component3

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

Returns 3rd element from the array.

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