Gets and sets the row index array.

Namespace:  CenterSpace.NMath.Matrix
Assembly:  NMath (in NMath.dll) Version: 5.1.0.0

Syntax

C#
public IndexArray RowIndex { get; set; }
Visual Basic (Declaration)
Public Property RowIndex As IndexArray
Visual C++
public:
property IndexArray^ RowIndex {
	IndexArray^ get ();
	void set (IndexArray^ value);
}

See Also