|  | DoubleComplexVectorDeepenThisCopy 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 DoubleComplexVector DeepenThisCopy()
Public Function DeepenThisCopy As DoubleComplexVector
public:
DoubleComplexVector^ DeepenThisCopy()
member DeepenThisCopy : unit -> DoubleComplexVector 
Return Value
DoubleComplexVectorReturns a reference to self.
 See Also
See Also