ListVector<T>.ReverseLists Method

Creates a new ListVector<T> with each list reversed.

Definition

Namespace: Numerics.NET.DataAnalysis
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 10.2.0
C#
public ListVector<T> ReverseLists()

Return Value

ListVector<T>
A new ListVector<T> with reversed lists.

See Also