UtilNE(Vector2, Vector2) Method |
Test if a is not equal to b (within 1e-6 tolerance)
Namespace: Demo3D.CommonAssembly: Demo3D.Common (in Demo3D.Common.dll) Version: 19.00.00
Syntaxpublic static bool NE(
Vector2 a,
Vector2 b
)
Parameters
- a Vector2
- First value
- b Vector2
- Second value
Return Value
BooleanLogical result of comparing
a and
b
Remarks
See Also