Click or drag to resize

SparseMatrixBuilderTRemove(KeyValuePairIntPair, T) Method

Removes the specified value at the specified row, column indices.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public bool Remove(
	KeyValuePair<IntPair, T> item
)

Parameters

item  KeyValuePairIntPair, T
Integer pair specifing the row, column indices with corresponding value to remove.

Return Value

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

Implements

ICollectionTRemove(T)
See Also