Split Number Function
- Updated2025-07-30
- 2 minute(s) read
Breaks a number into its component bytes or words.

Inputs/Outputs
x
—
x can be an 8-, 16-, 32-, or 64-bit integer, or an array or cluster of those representations.
hi(x)
—
hi(x) and lo(x) are integers that are half the width of x. hi(x) and lo(x) are 8-bit, 16-bit, or 32-bit unsigned integers, respectively, or an array or cluster of those representations. hi(x) is the numerically high-order byte and lo(x) is the numerically low-order byte, regardless of the endianness of the operating system.
lo(x)
—
|
FPGA Module Details
The following details apply when you use this object in an FPGA VI.
Note The following details are subject to change with each version of the LabVIEW FPGA Module.
| Single-Cycle Timed Loop | Supported. |
| Usage | This function supports array and cluster inputs of all data types except fixed-point. |
| Timing | This function requires no clock cycles to execute because it does not include an internal register. |
| Resources | This function consumes no FPGA resources because it is purely a wiring operation. |
x
—
hi(x)
—