Back to Adaptive Vision Library website
You are here: Start » Function Reference » Real » AvsFilter_AddDoubles
AvsFilter_AddDoubles
This is Filter Equivalent. This function may be present in generated code, but should not be used in hand-written code.
Computes the sum of two or more doubles.
Syntax
void avs::AvsFilter_AddDoubles ( const atl::real64& inA, const atl::real64& inB, const atl::real64& inC, const atl::real64& inD, const atl::real64& inE, const atl::real64& inF, const atl::real64& inG, const atl::real64& inH, atl::real64& outSum )
Parameters
| Name | Type | Default | Description | |
|---|---|---|---|---|
![]() |
inA | const real64& | 0.0D | |
![]() |
inB | const real64& | 0.0D | |
![]() |
inC | const real64& | 0.0D | |
![]() |
inD | const real64& | 0.0D | |
![]() |
inE | const real64& | 0.0D | |
![]() |
inF | const real64& | 0.0D | |
![]() |
inG | const real64& | 0.0D | |
![]() |
inH | const real64& | 0.0D | |
![]() |
outSum | real64& |


