MPLAB® Harmony Graphics Suite > Graphics Library > Aria Graphics Library > Aria Graphics Utilities Library > Graphics Utilities Interface > a) Functions > GFX_Maxi Function
MPLAB® Harmony Graphics Suite
GFX_Maxi Function
C
LIB_EXPORT int32_t GFX_Maxi(
    int32_t l, 
    int32_t r
);
Parameters
Parameters 
Description 
the first number to test 
the second number to test 
Returns

int32_t - the larger of the two numbers

MPLAB® Harmony Graphics Suite