copy Of Range
inline fun ComplexFloatArray.copyOfRange(fromIndex: Int, toIndex: Int): ComplexFloatArray
Content copied to clipboard
inline fun ComplexDoubleArray.copyOfRange(fromIndex: Int, toIndex: Int): ComplexDoubleArray
Content copied to clipboard
Returns a new array which is a copy of the specified range of the original array.
Parameters
from Index
the start of the range (inclusive) to copy.
to Index
the end of the range (exclusive) to copy.