Vector<T>.Count Property

This API is preliminary and subject to change.
Gets the number of items that are not missing.

Definition

Namespace: Extreme.Mathematics
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
public virtual int Count { get; }

Property Value

Int32

Remarks

If the vector does not track missing values, this method returns the length of the vector.

See Also