Gets the number of elements in the vector.
Namespace:
Extreme.Mathematics
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
public int Length { get; protected set; }
Public Property Length As Integer
Get
Protected Set
public:
virtual property int Length {
int get () sealed;
protected: void set (int value) sealed;
}
abstract Length : int with get, set
override Length : int with get, set
Property Value
Type:
Int32The number of elements in the
VectorT.
Implements
IVectorLength
Reference