Back to Adaptive Vision Library website
You are here: Start » Function Reference » Real » SubtractDoubles
SubtractDoubles
This is Filter Equivalent. This function may be present in generated code, but should not be used in hand-written code.
Computes the difference of two doubles.
Syntax
void avl::SubtractDoubles ( const atl::real64& inA, const atl::real64& inB, atl::real64& outDifference )
Parameters
| Name | Type | Default | Description | |
|---|---|---|---|---|
![]() |
inA | const real64& | 0.0D | |
![]() |
inB | const real64& | 0.0D | |
![]() |
outDifference | real64& |


