Gets the length of the convolution kernel.

Namespace:  CenterSpace.NMath.Core
Assembly:  NMath (in NMath.dll) Version: 5.1.0.0

Syntax

C#
public int KernelLength { get; }
Visual Basic (Declaration)
Public ReadOnly Property KernelLength As Integer
Visual C++
public:
property int KernelLength {
	int get ();
}

See Also