Back to FabImage Library website
You are here: Start » Function Reference » All Functions » Real » FisFilter_AddDoubles_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 |
Module: | FoundationLite |
Computes the sum of numbers of an array.
Syntax
void fis::FisFilter_AddDoubles_OfArray ( const ftl::Array<double>& inDoubleArray, double& outSum )
Parameters
Name | Type | Default | Description | |
---|---|---|---|---|
![]() |
inDoubleArray | const Array<double>& | Input array of Double values | |
![]() |
outSum | double& | Input array of Double values |
Description
Array version of FisFilter_AddDoubles.
See Also
- FisFilter_AddDoubles – Computes the sum of two or more doubles.