Gets the index of the last non-zero component in this vector.

Namespace: Extreme.Mathematics.LinearAlgebra
Assembly: Extreme.Numerics (Extreme.Numerics)

Syntax

Visual Basic (Declaration)
Public ReadOnly Property EndIndex As Integer
C#
public int EndIndex { get; }
C++
public:
int EndIndex {
	int get ();
}

Value

The zero-based index of the component.

Remarks

This property is read-only.