WindowFunction<T>.ToArray 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#
public T[] ToArray()

Return Value

T[]
An array that contains the elements of the window function.

See Also