map
inline fun <R> ComplexFloatArray.map(transform: (ComplexFloat) -> R): List<R>
Content copied to clipboard
inline fun <R> ComplexDoubleArray.map(transform: (ComplexDouble) -> R): List<R>
Content copied to clipboard
Returns a list containing the results of applying the given transform function to each element in the original array.