Long (LabVIEW Manager Macro)
- 更新日2025-07-30
- 1分で読める
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.