Back to Adaptive Vision Library website

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

AvsFilter_Xor


This is Filter Equivalent. This function may be present in generated code, but should not be used in hand-written code.

Returns True if (and only if) the number of True input values is odd.

Syntax

void avs::AvsFilter_Xor
(
	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 False
inValue2 bool False
inValue3 bool False
inValue4 bool False
inValue5 bool False
inValue6 bool False
inValue7 bool False
inValue8 bool False
outValue bool&

Hints

  • This is a primitive mathematical filter. It is recommended to use Formula Blocks instead.