Click or drag to resize

Matrix3x2Inequality Operator

Determines whether two matrices are not equal.

Namespace: Altaxo.Geometry
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
public static bool operator !=(
	Matrix3x2 x,
	Matrix3x2 y
)

Parameters

x  Matrix3x2
The first matrix.
y  Matrix3x2
The second matrix.

Return Value

Boolean
true if any corresponding elements differ; otherwise, false.
See Also