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#
public virtual int Count { get; }

Property Value

Int32

Remarks

For vectors configured to check for missing values, missing items are excluded. Otherwise, this property returns Length.

See Also