LoByte (LabVIEW Manager Macro)
- 更新日2025-07-30
- 1分で読める
int8 LoByte(x);
Purpose
Returns the low order int8 of an int16.
Parameters
| Name | Type | Description |
|---|---|---|
| x | int16 | int16 for which you want to determine the low int8. |
int8 LoByte(x);
Returns the low order int8 of an int16.
| Name | Type | Description |
|---|---|---|
| x | int16 | int16 for which you want to determine the low int8. |