Breaks a number into its component bytes or words.
x
An 8-, 16-, 32-, or 64-bit integer, or an array or cluster of those representations.
high(x)
An integer that is half the width of x.
This output is an 8-bit, 16-bit, or 32-bit unsigned integers, respectively, or an array or cluster of those representations.
low(x)
An integer that is half the width of x.
This output is an 8-bit, 16-bit, or 32-bit unsigned integers, respectively, or an array or cluster of those representations.
Where This Node Can Run:
Desktop OS: Windows
FPGA: All devices (only within an Optimized FPGA VI)