Synopsis
#include <cruntime.h> uint16_t __float32_to_uint16(float arg);
Description
__float32_to_uint16 converts the floating value arg to a 16-bit unsigned integer, truncating towards zero, and.returns the truncated value as the result.
Portability
__float32_to_uint16 is a provided on all implementations of CrossWorks.