This class represents a converter multiplying numeric values by a
constant scaling factor (approximated as a double).
For exact scaling conversions
RationalConverter is preferred.
Creates a multiply converter with the specified scale factor.
Parameters: factor - the scale factor. throws: IllegalArgumentException - if offset is one (or close to one).