MPLAB® Harmony Graphics Suite > Graphics Library > Legato Graphics Library > Legato Interface > a) Common Functions > leMaxf Function
MPLAB® Harmony Graphics Suite
leMaxf Function
C
LIB_EXPORT float leMaxf(
    float l, 
    float r
);
Parameters
Parameters 
Description 
the first float to test 
the second float to test 
Returns

float - the larger of the two floats

MPLAB® Harmony Graphics Suite