Click or drag to resize

FloatDWT(FloatDWT) Constructor

Creates a deep copy of this discrete wavelet transform object.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public FloatDWT(
	FloatDWT clone
)

Parameters

clone  FloatDWT
The DWT object to clone.
See Also