toComplexFloatArray

fun Array<out ComplexFloat>.toComplexFloatArray(): ComplexFloatArray
fun FloatArray.toComplexFloatArray(): ComplexFloatArray

Returns an array of ComplexFloat containing all of the elements of this generic array.


Returns an array of ComplexFloat containing all of the elements of this collection.