Split Number
- Updated2023-02-17
- 2 minute(s) read
Split Number
Breaks a number into its component bytes or words.
Inputs/Outputs

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.