Back to Aurora Vision Library website
You are here: Start » Function Reference » All Functions » Real » RealDifference
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: | avl |
| Module: | FoundationLite |
Computes the absolute value of two numbers difference.
Syntax
void avl::RealDifference ( const float inA, const float inB, float& outDifference )
Parameters
| Name | Type | Default | Description | |
|---|---|---|---|---|
![]() |
inA | const float | 0.0f | First input Real value |
![]() |
inB | const float | 0.0f | Second input Real value |
![]() |
outDifference | float& | Output Real value of difference between two input Real values |


