Click or drag to resize

SparseMatrixBuilderTContains Method

Determines if the collection contains a specified value at at specified row, column indices.

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

Parameters

item  KeyValuePairIntPair, T
Specifies the row, column indices and value.

Return Value

Boolean
true if the collection contains the specified value at the specified row, column indices.

Implements

ICollectionTContains(T)
See Also