| DoubleComplexMatrixClone Method |
Creates a deep copy of this matrix.
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
Syntax Public Function Clone As Object
public:
virtual Object^ Clone() sealed
abstract Clone : unit -> Object
override Clone : unit -> Object
Return Value
ObjectReturns a deep copy of this matrix.
Implements
ICloneableCloneRemarks
Data is copied. Each matrix references different data.
See Also