Click or drag to resize
Accord.NET (logo)

Matrix4x4Inequality 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 !=(
	Matrix4x4 matrix1,
	Matrix4x4 matrix2
)
Request Example View Source

Parameters

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

Return Value

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