Back to Adaptive Vision Library website

You are here: Start » Function Reference » Logic » AvsFilter_And

AvsFilter_And


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:avs

Returns True if (and only if) all arguments are True.

Syntax

void avs::AvsFilter_And
(
	bool inValue1,
	bool inValue2,
	bool inValue3,
	bool inValue4,
	bool inValue5,
	bool inValue6,
	bool inValue7,
	bool inValue8,
	bool& outValue
)

Parameters

Name Type Default Description
inValue1 bool True
inValue2 bool True
inValue3 bool True
inValue4 bool True
inValue5 bool True
inValue6 bool True
inValue7 bool True
inValue8 bool True
outValue bool&