copy_to method

copy_to

Copy to specified array.

def copy_to(self, array, array_index):
    ...
ParameterTypeDescription
arrayList[IMathElement]Array to copy to.
array_indexintIndex to begin copying.

See Also