Word (LabVIEW Manager Macro)
- Updated2025-01-28
- 1 minute(s) read
Word (LabVIEW Manager Macro)
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.