Long (LabVIEW Manager Macro)

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.