WindowFunction.ToArray Method

Returns the components of the window function as an array.

Definition

Namespace: Extreme.Mathematics.SignalProcessing
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
public double[] ToArray()

Return Value

Double[]
A Double array that contains the components of the window function.

See Also