WindowFunction.Item Property

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

Definition

Namespace: Extreme.Mathematics.SignalProcessing
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
public double this[
	int index
] { get; }

Parameters

index  Int32
The zero-based index of the component.

Return Value

Double
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