|  | DoubleSWT(DoubleSWT) Constructor | 
            Creates a deep copy of this discrete wavelet transform object.
            
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
 Syntax
Syntaxpublic DoubleSWT(
	DoubleSWT clone
)
Public Sub New ( 
	clone As DoubleSWT
)
public:
DoubleSWT(
	DoubleSWT^ clone
)
new : 
        clone : DoubleSWT -> DoubleSWTParameters
- clone  DoubleSWT
- The DWT object to clone.
 See Also
See Also