Back to FabImage Library website
You are here: Start » Function Reference » Array Basics » FisFilter_TestArraySizeEqualTo
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 |
Tests whether the size of an array equals the given value.
Syntax
void fis::FisFilter_TestArraySizeEqualTo ( const ftl::Array<Type>& inArray, const int inReferenceSize, bool& outIsEqual )