|
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
)
Public Shared Operator <> (
matrix1 As Matrix3x3,
matrix2 As Matrix3x3
) As Boolean
Request Example
View SourceParameters
- matrix1
- Type: Accord.MathMatrix3x3
The left-hand matrix. - matrix2
- Type: Accord.MathMatrix3x3
The right-hand matrix.
Return Value
Type:
BooleanReturns
if the two matrices are not equal or
otherwise.
See Also