Window Function<T>.To Array Method
Returns the elements of the window function as a new array.
Definition
Namespace: Numerics.NET.SignalProcessing
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 10.0.0
C#
An array that contains the elements of the window function.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 10.0.0
public T[] ToArray()Return Value
T[]An array that contains the elements of the window function.