fill
fun ComplexFloatArray.fill( element: ComplexFloat, fromIndex: Int = 0, toIndex: Int = size)
Content copied to clipboard
fun ComplexDoubleArray.fill( element: ComplexDouble, fromIndex: Int = 0, toIndex: Int = size)
Content copied to clipboard
Fills this array or its subrange with the specified element value.
Parameters
from Index
the start of the range (inclusive) to fill, 0 by default.
to Index
the end of the range (exclusive) to fill, size of this array by default.