Long (LabVIEW Manager Macro)
- Mise à jour2025-07-30
- Temps de lecture : 1 minute(s)
int32 Long(hi, lo);
Purpose
Creates an int32 from two int16 parameters.
Parameters
| Name | Type | Description |
|---|---|---|
| hi | int16 | High int16 for the resulting int32. |
| lo | int16 | Low int16 for the resulting int32. |
Return Value
The resulting int32.