Back to FabImage Library website
You are here: Start » Function Reference » Logic » FisFilter_Xor_OfArray
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: | fis |
Returns True if (and only if) the number of True values in the input array is odd.
Syntax
void fis::FisFilter_Xor_OfArray ( const ftl::Array<bool>& inBoolArray, bool& outValue )
Parameters
Description
Array version of FisFilter_Xor.
See Also
- FisFilter_Xor – Returns True if (and only if) the number of True input values is odd.