MPLAB® Harmony Graphics Suite
|
LIB_EXPORT float leClampf( float min, float max, float f );
Parameters |
Description |
min |
the minimum value |
max |
the maximum value |
i |
the float to clamp |
float - the clamped value
MPLAB® Harmony Graphics Suite
|