Click or drag to resize

IndexArrayClone Method

Creates a deep copy of this index array.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public Object Clone()

Return Value

Object
Returns a deep copy of this index array.

Implements

ICloneableClone
Remarks
Data is copied. Each index array references different data.
See Also