  | SparseMatrixDataStorage, TypeItem Property | 
            Gets and sets the value at the given matrix position.
            
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
Syntaxpublic virtual Type this[
	int row,
	int col
] { get; set; }Public Overridable Default Property Item ( 
	row As Integer,
	col As Integer
) As Type
	Get
	Set
public:
virtual property Type default[int row, int col] {
	Type get (int row, int col);
	void set (int row, int col, Type value);
}abstract Item : 'Type with get, set
override Item : 'Type with get, set
Parameters
- row  Int32
 - The row of the value.
 - col  Int32
 - The column lf the value.
 
Return Value
TypeThe value at the given row, column.
Exceptions
See Also