Validity: Rule, Task
This keyword allows you to define a 16-bit signed integer numeric variable in two's complement (C2).
Syntax |
I16 |
---|---|
Minimum representable number |
-32768 |
Maximum representable number |
32767 |
Size |
2 Byte |
Note |
If precedes, in brackets, the variable name performs a force operation CAST |
Some numbers in the two representation systems:
Example of use:
|