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.

Header:STD.h
Namespace:avl

Asserts that a real value fits the specified range.

Syntax

void avl::AssertRealInRange
(
	const float& inValue,
	atl::Optional<float> inMinimum,
	atl::Optional<float> inMaximum,
	const atl::String& inDescription
)

Parameters

Name Type Default Description
inValue const float&
inMinimum Optional<float> NIL
inMaximum Optional<float> NIL
inDescription const String&