WindowFunction.ToVector Method

Returns the components of the window function as a vector.

Definition

Namespace: Numerics.NET.SignalProcessing
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0
C#
public Vector<double> ToVector()

Return Value

Vector<Double>
A vector that contains the components of the window function.

See Also