Click or drag to resize

FloatSymCsrSparseMatrixItem Property

Indexer for returning the element at the specified row and column.

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

Parameters

row  Int32
The row.
col  Int32
The column.

Return Value

Single
The value at the specified row and column.
See Also