Float | 
The FloatComplex1DConvolution type exposes the following members.
| Name | Description | |
|---|---|---|
| Clone | Creates a deep copy of this convolution instance. | |
| Convolve(FloatComplex) | Computes the convolution between the stored convolution kernel, and the vector data. | |
| Convolve(FloatComplexVector) | Computes the convolution between the stored convolution kernel, and the vector data. | |
| Convolve(FloatComplex, FloatComplex) | Computes the convolution between the stored convolution kernel, and the vector data. | |
| Convolve(FloatComplexVector, FloatComplexVector) | Computes the convolution between the stored convolution kernel, and the vector data. | |
| Finalize | 
            Provides non-deterministic destruction of underlying unmanaged resources.
             (Inherited from ConvolutionBase)  | |
| TrimConvolution(FloatComplexVector, ConvolutionBaseWindowing) | Creates a clipped view into the convolution. This does not create a copy of the input convolution. | |
| TrimConvolutionT(T, ConvolutionBaseWindowing) | 
            Creates a windowed view into the convolution.  This does not create a copy of the input convolution.
             (Inherited from ConvolutionBase)  |