Back to Adaptive Vision Library website

You are here: Start » Function Reference » Real » TestRealUnequalTo

TestRealUnequalTo


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 unequal.

Syntax

void avl::TestRealUnequalTo
(
	const float& inValue,
	const float& inReferenceValue,
	const float& inEpsilon,
	bool& outIsUnequal
)

Parameters

Name Type Default Description
inValue const float&
inReferenceValue const float&
inEpsilon const float& Maximum difference of values that are still considered equal
outIsUnequal bool&