The ArithmeticConverter type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | ArithmeticConverter |
Initializes a new instance of the ArithmeticConverter class.
|
Methods
Name | Description | |
---|---|---|
![]() | 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
Name | Description | |
---|---|---|
![]() | 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.
|