Integer to Fixed-Point Cast function

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

The Integer to Fixed-Point Cast function scales the integer input to produce an output with the requested fixed-point type. This function is the equivalent of an arithmetic shift of the input with configurable overflow handling, constrained so that the least significant bit of the input becomes the least significant bit of the output.

Usage

History

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

See Also

External Links