Swap Words function
This article is a stub. You can help LabVIEW Wiki by expanding it. Please improve this article if you can. |
Object information | |
---|---|
Owning palette(s) | Data Manipulation palette |
Type | Function |
Requires | Basic Development Environment |
Icon |
The Swap Words function swaps the high-order 16 bits and the low-order 16 bits for every long integer in data.
For example, if the input in hexadecimal format is 1234567890ABCDEF, this function swaps 1234 with 5678 and 90AB with CDEF, returning 56781234CDEF90AB. The connector pane displays the default data types for this polymorphic function.
Contents |
Usage
Specific use cases for this function. |
History
History information is needed. What changes have occurred over previous versions? |
Version | Change(s) |
---|---|
More info to come. |
See Also
Add links to internal resources that would also help. |
External Links
Add links to external resources that would also help. |