Generic Item Value
Step order of a Generic (number) Item | Example | Example | |
---|---|---|---|
1 | Get the 'raw' value | -201.45000 [meter] | |
2 | If available, Apply C-O | Yes | -201.65862 |
3 | If applicable, Apply Unit Correction | Feet | -661.60965 |
4 | If defined, Apply the Operator Sequence | ABS | 661.60965 |
5 | Format the value. This includes rounding | %5.1lf | 661.6 |
6 | If applicable, Translate the result | 0:ZERO | 661.6 |
7 | Display, Export or Output the result | 661.6 [Ft] |