List Vector<T>.Flattened Length 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#
The sum of the lengths of all lists in the vector.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 10.2.0
public int FlattenedLength { get; }Property Value
Int32The sum of the lengths of all lists in the vector.