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 double& inValue,
	atl::Optional<double> inMinimum,
	atl::Optional<double> inMaximum,
	bool& outIsInRange
)

Parameters

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