Click or drag to resize

CompressedSparseRowTItem Property

Indexer to retrieve values.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public T this[
	int row,
	int col
] { get; set; }

Parameters

row  Int32
Row of the value to retrieve.
col  Int32
Column of the value to retrieve.

Return Value

T
The value at the given row and column.

Implements

ISparseMatrixStorageTItemInt32, Int32
See Also