Back to Adaptive Vision Library website
You are here: Start » Function Reference » Assertions » AssertRealInRange
AssertRealInRange
This is Filter Equivalent. This function may be present in generated code, but should not be used in hand-written code.
Asserts that a real value fits the specified range.
Syntax
void avl::AssertRealInRange ( const atl::real& inValue, atl::Optional<atl::real> inMinimum, atl::Optional<atl::real> inMaximum, const atl::String& inDescription )

