Version

Convolve Method

Returns the convolution of a Vector and a ComplexVector.
Overload List
OverloadDescription
Convolve(Vector,ComplexVector,ConvolutionType)Returns the convolution of a Vector and a ComplexVector.  
Convolve(ComplexVector,Vector,ConvolutionType)Returns the convolution of a ComplexVector and a Vector.  
Convolve(ComplexVector,ComplexVector,ConvolutionType)Returns the convolution of two ComplexVector instances.  
Convolve(Vector,Vector)Returns the center convolution of two Vector instances.  
Convolve(Vector,ComplexVector)Returns the center convolution of a Vector and a ComplexVector.  
Convolve(ComplexVector,Vector)Returns the center convolution of a ComplexVector and a Vector.  
Convolve(ComplexVector,ComplexVector)Returns the center convolution of two ComplexVector instances.  
Convolve(Vector,Vector,ConvolutionType)Returns the convolution of two Vector instances.  
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also