Gets and sets the columns array.

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

Syntax

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

See Also