slice Array
fun ComplexFloatArray.sliceArray(indices: Collection<Int>): ComplexFloatArray
Content copied to clipboard
fun ComplexDoubleArray.sliceArray(indices: Collection<Int>): ComplexDoubleArray
Content copied to clipboard
Returns an array containing elements of this array at specified indices.
Returns an array containing elements at indices in the specified indices range.