Serial.fixPrint()

Prints fixed point integer value. These values is a common practice for Z-Wave sensors & meters.

	Serial.fixPrint(n) 
Serial.fixPrint(n, precision)

n: a value to be printed.
precision: fractional part size. Default is 2 decimal places.

a number of printed symbols