mirror of
https://github.com/jomjol/AI-on-the-edge-device.git
synced 2025-12-08 20:46:52 +03:00
9 lines
367 B
Markdown
9 lines
367 B
Markdown
# Parameter `DecimalShift`
|
|
Default Value: `0`
|
|
|
|
Shift the decimal separator (positiv or negativ).
|
|
Eg. to move from `m³` to `liter` (`1 m³` equals `1000 liters`), you need to set it to `+3`.
|
|
|
|
!!! Note
|
|
This parameter must be prefixed with `<NUMBER>` followed by a dot (eg. `main.DecimalShift`). `<NUMBER>` is the name of the number sequence defined in the ROI's.
|