Converts a float type to an int32_t type, and supports multiple rounding modes.
Rounding modes:
- RINT rounding mode: round to nearest even
- ROUND rounding mode: round half up
- FLOOR rounding mode: round toward negative infinity
- CEIL rounding mode: round toward positive infinity
[object Object]
Destination operand (scalar), the result of converting the precision of value to int32_t.
PIPE_S
None
[object Object]