Back to FabImage Library website
You are here: Start » Function Reference » Real » MaximumReal
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: | fil |
Returns the higher of two numbers.
Syntax
void fil::MaximumReal ( const float inA, const float inB, float& outMaximum )
Parameters
Name | Type | Default | Description | |
---|---|---|---|---|
![]() |
inA | const float | 0.0f | First input Real value |
![]() |
inB | const float | 0.0f | Second input Real value |
![]() |
outMaximum | float& | Higher of input Real values |