Remove Fixed-Point Overflow Status Function

Owning Palette: Fixed-Point Functions

Requires: Base Development System

Removes the overflow status from FXP.

To change the overflow status to FALSE, use the Clear Fixed-Point Overflow Status function.

 Add to the block diagram  Find on the palette
FXP specifies a fixed-point number.
FXP with overflow removed returns FXP without an overflow status. If FXP does not include an overflow status, FXP with overflow removed returns FXP unchanged.
overflow? is TRUE if FXP includes an overflow status and FXP is the result of an operation that overflowed. If FXP does not include an overflow status, or if FXP includes an overflow status but is not the result of an operation that overflowed, overflow? is FALSE.