Back to FabImage Library Lite website

You are here: Start » 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 fil::TestDoubleInRange
(
	const double& inValue,
	ftl::Optional<double> inMinimum,
	ftl::Optional<double> inMaximum,
	bool& outIsInRange
)

Parameters

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