ListVector<T>.FlattenedLength Property

Gets the total number of elements across all lists.

Definition

Namespace: Numerics.NET.DataAnalysis
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 10.2.0
C#
public int FlattenedLength { get; }

Property Value

Int32
The sum of the lengths of all lists in the vector.

See Also