Vector<T>.Count Property
Gets the number of items that are not missing.
Definition
Namespace: Numerics.NET
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.1.3
C#
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.1.3
public virtual int Count { get; }
Property Value
Int32Implements
IReadOnlyCollection<T>.CountRemarks
If the vector does not track missing values, this method returns the length of the vector.