Back to FabImage Library website
You are here: Start » Function Reference » All Functions » Real » FisFilter_MultiplyReals
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 product of real numbers.
Syntax
void fis::FisFilter_MultiplyReals ( const float inA, const float inB, const float inC, const float inD, const float inE, const float inF, const float inG, const float inH, float& outProduct )
Parameters
Name | Type | Default | Description | |
---|---|---|---|---|
![]() |
inA | const float | 0.0f | Input Real value of first factor |
![]() |
inB | const float | 1.0f | Input Real value of second factor |
![]() |
inC | const float | 1.0f | Input Real value of third factor |
![]() |
inD | const float | 1.0f | Input Real value of fourth factor |
![]() |
inE | const float | 1.0f | Input Real value of fifth factor |
![]() |
inF | const float | 1.0f | Input Real value of sixth factor |
![]() |
inG | const float | 1.0f | Input Real value of seventh factor |
![]() |
inH | const float | 1.0f | Input Real value of eighth factor |
![]() |
outProduct | float& | Output Real value of product |