KernelProcessor<T>.KernelLength Property

Gets the length of the kernel.

Definition

Namespace: Numerics.NET.SignalProcessing
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 10.0.0
C#
public int KernelLength { get; }

Property Value

Int32
The number of elements in the convolution kernel.

See Also