elementAtOrNull

inline fun ComplexFloatArray.elementAtOrNull(index: Int): ComplexFloat?
inline fun ComplexDoubleArray.elementAtOrNull(index: Int): ComplexDouble?

Returns an element at the given index or null if the index is out of bounds of this array.