WindowFunction<T>.Item Property

Gets the component of the window function at the specified index.

Definition

Namespace: Numerics.NET.SignalProcessing
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 10.0.0
C#
public T this[
	int index
] { get; }

Parameters

index  Int32
The zero-based index of the component.

Return Value

T
The value of the window function at index index. If index is less than zero or greater than or equal to the length of the window, 0 is returned.

See Also