Returns false, if two 3d matrices are equal, true otherwise.
Namespace:
ceometric.VectorGeometryAssembly: ceometric.VectorGeometry (in ceometric.VectorGeometry.dll) Version: 1.6.0.0 (1.6.0.0)
Syntax
| C# |
|---|
public static bool operator !=( Matrix3d left, Matrix3d right ) |
| Visual Basic (Declaration) |
|---|
Public Shared Operator <> ( _ left As Matrix3d, _ right As Matrix3d _ ) As Boolean |
| Visual C++ |
|---|
public: static bool operator !=( Matrix3d^ left, Matrix3d^ right ) |
Parameters
- left
- Type: ceometric.VectorGeometry..::.Matrix3d
A 3d matrix.
- right
- Type: ceometric.VectorGeometry..::.Matrix3d
A 3d matrix.
Return Value
Returns false, if two 3d matrices are equal, true otherwise.
Remarks
Two 3d matrices A and B are considered equal if an element in A
AlmostEquals(Double, Double) the respective element in B.
The result of this test depends on the settings of the AbsoluteEpsilon variable.