TSparseMtx.Cols Property

Int32 Cols { get; set; }

Number of columns in the sparse matrix.

Returns: Int32

Remarks:

Defines number of columns in the sparse matrix. This value is needed only by the routines for matrix addition and multiplication to check the matrix sizes (which can be non-rectangular).

See Also: TSparseMtx.Rows