take

fun ComplexFloatArray.take(n: Int): List<ComplexFloat>
fun ComplexDoubleArray.take(n: Int): List<ComplexDouble>

Returns a list containing first n elements.

Throws