Back to FabImage Library website
You are here: Start » Function Reference » Integer » FisFilter_AddIntegers_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 |
Computes the sum of numbers of an array.
Syntax
void fis::FisFilter_AddIntegers_OfArray ( const ftl::Array<int>& inIntegerArray, int& outSum )
Parameters
Description
Array version of FisFilter_AddIntegers.
See Also
- FisFilter_AddIntegers – Computes the sum of numbers.