Back to Aurora Vision Library website

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

TestRealUnequalTo


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
Module: FoundationLite

Checks whether two reals are unequal.

Syntax

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

Parameters

Name Type Default Description
Input value inValue float Input Real value
Input value inReferenceValue float Input reference Real value to compare input Real value against
Input value inEpsilon float Maximum difference between input Real value and input reference Real value for them to still be considered unequal
Output value outIsUnequal bool& Flag indicating whether two input Real values are unequal