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