Using comma properties
By using the comma property, you can force the display of real data using a decimal point format.Comma = -1Real data is only represented as an integer; decimal parts can neither be shown nor set.Comma = 0 (or not set)Real data follow view standard representation. If necessary, real data will also be represented in exponential formatComma = numberReal data is always represented in a format with a decimal point, cutting the data off at the number of decimal places described by the comma.
Valore | Comma | Comma | Comma | Comma | Comma | Comma |
0 | -1 | 1 | 2 | 3 | 4 | |
12.34567 | 12.34567 | 12 | 12.3 | 12.34 | 12.345 | 12.3456 |
0.00001 | 1.0E-5 | 0 | 0.0 | 0.00 | 0.000 | 0.0000 |
0.0001 | 1.0E-4 | 0 | 0.0 | 0.00 | 0.000 | 0.0001 |
1.2 | 1.2 | 1 | 1.2 | 1.20 | 1.200 | 1.2000 |
12 | 12.0 | 12 | 12.0 | 12.00 | 12.000 | 12.0000 |