To Fixed-Point function

From LabVIEW Wiki
Jump to: navigation, search
Object information
Owning palette(s) Conversion palette
Type Function
Requires Basic Development Environment
Icon Conversion Palette - To Fixed-Point.png

The To Fixed-Point function converts any non-complex number to fixed-point representation.

If you do not wire a value to the fixed-point type input or configure the output settings of this function, the data type of the fixed-point output adapts to the data you wire to the number input. For example, if you wire an 8-bit unsigned integer to the number input, LabVIEW returns an 8-bit unsigned fixed-point number with 8 integer bits. This function saturates the number by default if overflow occurs.

Usage

History

Version Change(s)
LabVIEW 2018 More info to come.

See Also

External Links