Back to Adaptive Vision Library Lite website
You are here: Start » Real » AverageReals
AverageReals
This is Filter Equivalent. This function may be present in generated code, but should not be used in hand-written code.
Returns the average of two numbers.
Syntax
void avl::AverageReals ( const float inA, const float inB, float& outAverage )
Parameters
| Name | Type | Default | Description | |
|---|---|---|---|---|
![]() |
inA | const float | 0.0f | |
![]() |
inB | const float | 0.0f | |
![]() |
outAverage | float& |


