KernelAnchor.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#
public static KernelAnchor Absolute(
	int index
)

Parameters

index  Int32
The zero-based index of the anchor point. Must be non-negative.

Return Value

KernelAnchor
A KernelAnchor with the specified index.

Exceptions

ArgumentOutOfRangeExceptionindex is negative.

See Also