Controls internal funtion of convolution class.
Namespace: CenterSpace.NMath.CoreAssembly: NMathPremium (in NMathPremium.dll) Version: 5.3.0.0
Syntax
| C# |
|---|
[SerializableAttribute] public enum ConvolutionMode |
| Visual Basic |
|---|
<SerializableAttribute> _ Public Enumeration ConvolutionMode |
| Visual C++ |
|---|
[SerializableAttribute] public enum class ConvolutionMode |
Members
| Member name | Value | Description | |
|---|---|---|---|
| FFTConvolution | 2 | ||
| DirectConvolution | 1 | ||
| AutoConvolution | 0 |