The ArithmeticConverter type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| ArithmeticConverter |
Initializes a new instance of the ArithmeticConverter class.
|
Methods
| Name | Description | |
|---|---|---|
| Convert |
Returns the result of multiplying and adding the given number by the Factor and Offset properties respectivly.
| |
| ConvertBack |
Throws a NotImplementedException.
|
Properties
| Name | Description | |
|---|---|---|
| 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.
|