Back to FabImage Library website
You are here: Start » Function Reference » All Functions » Real » FisFilter_AddReals
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 two numbers.
Syntax
void fis::FisFilter_AddReals ( 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& outSum )
Parameters
Name | Type | Default | Description | |
---|---|---|---|---|
![]() |
inA | const float | 0.0f | First input Real value |
![]() |
inB | const float | 0.0f | Second input Real value |
![]() |
inC | const float | 0.0f | Third input Real value |
![]() |
inD | const float | 0.0f | Fourth input Real value |
![]() |
inE | const float | 0.0f | Fifth input Real value |
![]() |
inF | const float | 0.0f | Sixth input Real value |
![]() |
inG | const float | 0.0f | Seventh input Real value |
![]() |
inH | const float | 0.0f | Eighth input Real value |
![]() |
outSum | float& | Output sum of input Real values |