Back to Aurora Vision Library website

You are here: Start » Function Reference » All Functions » 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
Module: FoundationLite

Checks whether two doubles are unequal.

Syntax

void avl::TestDoubleUnequalTo
(
	double inValue,
	double inReferenceValue,
	double inEpsilon,
	bool& outIsUnequal
)

Parameters

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