KernelAnchor.Default Property

Gets the default kernel anchor that adapts based on convolution mode. For SameAsSignal mode, this is Centered; for other modes, this is FirstSample.

Definition

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

Property Value

KernelAnchor

See Also