Click or drag to resize

SparseMatrixDataStorage, TypeItem Property

Gets and sets the value at the given matrix position.

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

Parameters

row  Int32
The row of the value.
col  Int32
The column lf the value.

Return Value

Type
The value at the given row, column.
Exceptions
ExceptionCondition
NonModifiableElementExceptionThrown if an attempt is made to set a zero value position to a nonzero value
See Also