|  | DoubleComplexMatrixDeepenThisCopy Method | 
            Guarantees that there is only one reference to the underlying
            data and that this data is in contiguous storage.
            
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
 Syntax
Syntaxpublic DoubleComplexMatrix DeepenThisCopy()
Public Function DeepenThisCopy As DoubleComplexMatrix
public:
DoubleComplexMatrix^ DeepenThisCopy()
member DeepenThisCopy : unit -> DoubleComplexMatrix 
Return Value
DoubleComplexMatrixA reference to self.
 See Also
See Also