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


