WindowFunction.ToArray Method

Returns the components of the window function as an array.

Definition

Namespace: Numerics.NET.SignalProcessing
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0
C#
public double[] ToArray()

Return Value

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

See Also