ListVector<T>.FlattenedElements Property

Gets an enumerable over all flattened elements across all lists.

Definition

Namespace: Numerics.NET.DataAnalysis
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 10.2.0
C#
public IEnumerable<T> FlattenedElements { get; }

Property Value

IEnumerable<T>

See Also