|  | DoubleSymCsrSparseMatrixItem Property | 
            Indexer for returning the element at the specified row and column.
            
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
 Syntax
Syntaxpublic override double this[
	int row,
	int col
] { get; set; }Public Overrides Default Property Item ( 
	row As Integer,
	col As Integer
) As Double
	Get
	Set
public:
virtual property double default[int row, int col] {
	double get (int row, int col) override;
	void set (int row, int col, double value) override;
}abstract Item : float with get, set
override Item : float with get, set
Parameters
- row  Int32
- The row.
- col  Int32
- The column.
Return Value
DoubleThe value at the specified row and column.
 See Also
See Also