int16 Word(hi, lo);
Creates an int16 from two int8 parameters.
Name | Type | Description |
---|---|---|
hi | int8 | High int8 for the resulting int16. |
lo | int8 | Low int8 for the resulting int16. |
The resulting int16.
Submit feedback on this topic.
Visit ni.com/support for technical support.