Window Function<T>.To Vector Method
Returns the elements of the window function as a vector.
Definition
Namespace: Numerics.NET.SignalProcessing
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 10.0.0
C#
A vector that contains the elements of the window function.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 10.0.0
public Vector<T> ToVector()Return Value
Vector<T>A vector that contains the elements of the window function.