|  | CompressedSparseRowTColumns Property | 
            Gets and sets the columns array.
            
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
 Syntax
Syntaxpublic IndexArray Columns { get; set; }Public Property Columns As IndexArray
	Get
	Set
public:
property IndexArray^ Columns {
	IndexArray^ get ();
	void set (IndexArray^ value);
}member Columns : IndexArray with get, set
Property Value
IndexArray See Also
See Also