Passes a value to the normaliser, getting back the normalised result
Get the current max value of range.
If no values have been passed through the stream it will be the initial maxDefault or Number.MIN_SAFE_INTEGER
Get the current min value of range.
If no values have been passed through the stream it will be the initial minDefault or Number.MAX_SAFE_INTEGER
Gets the absolute range (ie. max-min) of the normaliser.
If normaliser hasn't received any values it will use its default min/max.
Reset the normaliser, by default to extreme ranges so it will calibrate after the next value.