Checks if the elements of one vector are not equal to the corresponding elements
of another vector.
Namespace:
Extreme.Mathematics
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
C# does not support this operator.
Visual Basic does not support this operator.
Managed C++ does not support this operator.
F# does not support this operator.
Parameters
- left
- Type: Extreme.MathematicsVectorT
The first vector. - right
- Type: Extreme.MathematicsVectorT
The second vector.
Return Value
Type:
VectorBooleanA boolean vector whose elements are
if the corresponding element in
left
is not equal to the corresponding element in
right, and
otherwise.
Reference