Click or drag to resize

SparseMatrixBuilderTRemove(IntPair) 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(
	IntPair key
)

Parameters

key  IntPair
Integer pair specifing the row, column indices.

Return Value

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

Implements

IDictionaryTKey, TValueRemove(TKey)
See Also