Jump to content

To Fixed-Point function: Difference between revisions

From LabVIEW Wiki
Started page
 
mNo edit summary
 
Line 1: Line 1:
{{stub}}
{{stub}}
{{LabVIEW Palette Object Information|palette=Functions Palette/Programming/Numeric/Conversion{{!}}Conversion palette|type=constant|icon=Conversion Palette - To Fixed-Point.png}}
{{LabVIEW Palette Object Information|palette=Functions Palette/Programming/Numeric/Conversion{{!}}Conversion palette|type=function|icon=Conversion Palette - To Fixed-Point.png}}
The '''To Fixed-Point''' function converts any non-complex number to [[Fixed-point data type|fixed-point]] representation.
The '''To Fixed-Point''' function converts any non-complex number to [[Fixed-point data type|fixed-point]] representation.



Latest revision as of 18:23, 6 July 2020

Object information
Owning palette(s) Conversion palette
Type Function
Requires Basic Development Environment
Icon

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