WindowFunction<T>.ToVector 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#
public Vector<T> ToVector()

Return Value

Vector<T>
A vector that contains the elements of the window function.

See Also