Click or drag to resize
MWArrayClone Method
Makes a deep copy of an MWArray.

Namespace: MathWorks.MATLAB.NET.Arrays
Assembly: MWArray (in MWArray.dll) Version: 2.24.1.0 (2.24.1.0)
Syntax
C#
public virtual Object Clone()

Return Value

Type: Object
The deep copy of the MWArray

Implements

ICloneableClone
Remarks
See the "=" operator in the MATLAB documentation.
See Also