Type Cast function

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

The Type Cast function Casts x to the data type, type, by flattening it and unflattening it using the new data type. If the function must reinterpret data instead of transforming it, LabVIEW uses a temporary buffer. This function has the risk of reinterpreting data. To preserve the data value while converting the data, use the Coerce To Type function instead.

Note: You can also use the Conversion VIs and functions to convert data types.

Usage

History

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

See Also

External Links