The ArithmeticConverter type exposes the following members.

Constructors

  NameDescription
ArithmeticConverter
Initializes a new instance of the ArithmeticConverter class.

Methods

  NameDescription
Convert
Converts a double value by multiplying by the Multiplier and adding with the Additive.
ConvertBack
Converts a value from a binding target for writing to a binding source.

Properties

  NameDescription
Additive
Gets or sets the value added to the input. The default is 0.
Multiplier
Gets or sets the amount by which to scale the input. The default is 1.

See Also