Back to Adaptive Vision Library website
You are here: Start » Function Reference » Real » TestRealEqualTo
TestRealEqualTo
This is Filter Equivalent. This function may be present in generated code, but should not be used in hand-written code.
Checks whether two reals are equal.
Syntax
void avl::TestRealEqualTo ( const atl::real& inValue, const atl::real& inReferenceValue, const atl::real& inEpsilon, bool& outIsEqual )


