Click or drag to resize
Accord.NET (logo)

Matrix3x3Inequality Operator

Tests whether two specified matrices are not equal.

Namespace:  Accord.Math
Assembly:  Accord.Math (in Accord.Math.dll) Version: 3.8.0
Syntax
public static bool operator !=(
	Matrix3x3 matrix1,
	Matrix3x3 matrix2
)
Request Example View Source

Parameters

matrix1
Type: Accord.MathMatrix3x3
The left-hand matrix.
matrix2
Type: Accord.MathMatrix3x3
The right-hand matrix.

Return Value

Type: Boolean
Returns if the two matrices are not equal or otherwise.
See Also