Click or drag to resize

SparseMatrixBuilderTRemove(Int32, Int32) Method

Removes a value at the specified row, column indices.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public bool Remove(
	int row,
	int col
)

Parameters

row  Int32
Row index.
col  Int32
Column index.

Return Value

Boolean
true if a nonzero value was found and removed at the spcified row, column indices.
See Also