component1

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

Returns 1st element from the array.

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