Click or drag to resize

CompressedSparseRowTInequality Operator

Not equals operator for compressed row data.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public static bool operator !=(
	CompressedSparseRow<T> lhs,
	CompressedSparseRow<T> rhs
)

Parameters

lhs  CompressedSparseRowT
A compressed row data instance.
rhs  CompressedSparseRowT
A compressed row data instance.

Return Value

Boolean
false if both arguments represent the same nonzero elements; otherwise true.
See Also