Word (LabVIEW Manager Macro)
- Aktualisiert2025-07-30
- 1 Minute(n) Lesezeit
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.