This is an example of the upcomming display format hints. They aim at providing the ability to reproduce the value in the form it was displayed by the meter's internal display.
There are two corner cases:
"prefix" == null or not present means no prefix and therefor a
scale factor of 1
"precision" == null or not present means no fractional decimal
digits at all
This is an example of the upcomming display format hints. They aim at providing the ability to reproduce the value in the form it was displayed by the meter's internal display.
There are two corner cases:
"prefix" == null
or not present means no prefix and therefor a scale factor of 1"precision" == null
or not present means no fractional decimal digits at all