Back to Adaptive Vision Library website
You are here: Start » Function Reference » Real » AvsFilter_MultiplyDoubles
AvsFilter_MultiplyDoubles
This is Filter Equivalent. This function may be present in generated code, but should not be used in hand-written code.
Computes the product of double numbers.
Syntax
void avs::AvsFilter_MultiplyDoubles ( 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& outProduct )
Parameters
| Name | Type | Default | Description | |
|---|---|---|---|---|
![]() |
inA | const real64 | 0.0D | |
![]() |
inB | const real64 | 1.0D | |
![]() |
inC | const real64 | 1.0D | |
![]() |
inD | const real64 | 1.0D | |
![]() |
inE | const real64 | 1.0D | |
![]() |
inF | const real64 | 1.0D | |
![]() |
inG | const real64 | 1.0D | |
![]() |
inH | const real64 | 1.0D | |
![]() |
outProduct | real64& |


