Kernel Anchor.Absolute Method
Creates a kernel anchor at an absolute index.
Definition
Namespace: Numerics.NET.SignalProcessing
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 10.0.0
C#
A KernelAnchor with the specified index.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 10.0.0
public static KernelAnchor Absolute(
int index
)Parameters
- index Int32
- The zero-based index of the anchor point. Must be non-negative.
Return Value
KernelAnchorA KernelAnchor with the specified index.
Exceptions
| Argument | index is negative. |