Word (LabVIEW Manager Macro)
- Updated2025-07-30
- 1 minute(s) read
int16 Word(hi, lo);
Purpose
Creates an int16 from two int8 parameters.
Parameters
| Name | Type | Description |
|---|---|---|
| hi | int8 | High int8 for the resulting int16. |
| lo | int8 | Low int8 for the resulting int16. |
Return Value
The resulting int16.