Back to Adaptive Vision Library Lite website
You are here: Start » Real » TestDoubleUnequalTo
TestDoubleUnequalTo
This is Filter Equivalent. This function may be present in generated code, but should not be used in hand-written code.
| Header: | STD.h |
|---|---|
| Namespace: | avl |
Checks whether two doubles are unequal.
Syntax
void avl::TestDoubleUnequalTo ( double inValue, double inReferenceValue, double inEpsilon, bool& outIsUnequal )
Parameters
| Name | Type | Default | Description | |
|---|---|---|---|---|
![]() |
inValue | double | ||
![]() |
inReferenceValue | double | ||
![]() |
inEpsilon | double | Maximum difference of values that are still considered equal | |
![]() |
outIsUnequal | bool& |


