Back to Adaptive Vision Library website

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

TestDoubleInRange


This is Filter Equivalent. This function may be present in generated code, but should not be used in hand-written code.

Checks whether a double value is in the specified range.

Syntax

void avl::TestDoubleInRange
(
	const atl::real64& inValue,
	atl::Optional<atl::real64> inMinimum,
	atl::Optional<atl::real64> inMaximum,
	bool& outIsInRange
)

Parameters

Name Type Default Description
inValue const real64&
inMinimum Optional<real64> NIL
inMaximum Optional<real64> NIL
outIsInRange bool&