WindowFunction.ToVector Method

Returns the components of the window function as a vector.

Definition

Namespace: Extreme.Mathematics.SignalProcessing
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
public Vector<double> ToVector()

Return Value

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

See Also