This API is preliminary and subject to change.
Gets the number of items that are not missing.
Namespace:
Extreme.Mathematics
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
public virtual int Count { get; }
Public Overridable ReadOnly Property Count As Integer
Get
public:
virtual property int Count {
int get ();
}
abstract Count : int with get
override Count : int with get
Property Value
Type:
Int32
If the vector does not track missing values,
this method returns the length of the vector.
Reference