Vector<T>.Count Property
Gets the number of items represented by this vector.
Definition
Namespace: Numerics.NET
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 10.7.0
C#
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 10.7.0
public virtual int Count { get; }Property Value
Int32Remarks
For vectors configured to check for missing values, missing items are excluded. Otherwise, this property returns Length.