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

float - the smaller of the two floats

MPLAB® Harmony Graphics Suite