Clear Fixed-Point Overflow Status Function
- Updated2025-07-30
- 2 minute(s) read
Clears the overflow status of FXP by changing the overflow status of FXP to FALSE.

Inputs/Outputs
FXP
—
FXP specifies a fixed-point number.
FXP with overflow cleared
—
FXP with overflow cleared returns FXP with an overflow status of FALSE. If FXP does not include an overflow status, FXP with overflow cleared returns FXP unchanged.
overflow?
—
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. |
FPGA Module Details
The following details apply when you use this object in an FPGA VI.
The Fixed-Point functions do not support array inputs. However, you can pass array data to these functions element-by-element if you meet the following criteria:
- You place the function inside a For Loop within a single-cycle Timed Loop
- You enable auto-indexing on the For Loop tunnels
- You use the function with other supported functions
- You do not include shift registers or Feedback Nodes
FXP
—
FXP with overflow cleared
—
overflow?
—