|
Vector4Inequality Operator
|
Tests whether two specified vectors are not equal.
Namespace:
Accord.Math
Assembly:
Accord.Math (in Accord.Math.dll) Version: 3.8.0
Syntax public static bool operator !=(
Vector4 vector1,
Vector4 vector2
)
Public Shared Operator <> (
vector1 As Vector4,
vector2 As Vector4
) As Boolean
Request Example
View SourceParameters
- vector1
- Type: Accord.MathVector4
The left-hand vector. - vector2
- Type: Accord.MathVector4
The right-hand vector.
Return Value
Type:
BooleanReturns
if the two vectors are not equal or
otherwise.
See Also