Click or drag to resize
Accord.NET (logo)

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
)
Request Example View Source

Parameters

vector1
Type: Accord.MathVector4
The left-hand vector.
vector2
Type: Accord.MathVector4
The right-hand vector.

Return Value

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