Word (LabVIEW Manager Macro)
- Mise à jour2025-07-30
- Temps de lecture : 1 minute(s)
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.