Click or drag to resize

SparseMatrixBuilderTContainsKey Method

Method for determining if there is a nonzero value at the row, column indices specified by the given key.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public bool ContainsKey(
	IntPair key
)

Parameters

key  IntPair
Integer pair specifying the row and column.

Return Value

Boolean
true if a there is a nonzero value at the given row, column.

Implements

IDictionaryTKey, TValueContainsKey(TKey)
See Also