Long (LabVIEW Manager Macro)
- Updated2025-07-30
- 1 minute(s) read
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.