The ArithmeticConverter type exposes the following members.

Constructors

  NameDescription
ArithmeticConverter
Initializes a new instance of the ArithmeticConverter class.

Methods

  NameDescription
Convert
Returns the result of multiplying and adding the given number by the Factor and Offset properties respectivly.
ConvertBack

Properties

  NameDescription
Factor
Gets or sets the factor to multiply with the number. The default is 1.
Minimum
Gets or sets the minimum return value. The default is Double.MinValue.
Offset
Gets or sets the offset to add to the number. The default is 0.

See Also