[]
Represents a Binding converter that returns the double value representing the difference between value and converter parameter. This is a one-way converter.
[ValueConversion(typeof(double), typeof(double))]
public class ArithmeticSubtractConverter : IValueConverter
Converted value and converter parameter might be of any type which implements IConvertible interface.
| Name | Description |
|---|---|
| ArithmeticSubtractConverter() |
| Name | Description |
|---|---|
| Default | Gets an instance of ArithmeticSubtractConverter. |
| Name | Description |
|---|---|
| Convert(object, Type, object, CultureInfo) | Converts a value. The data binding engine calls this method when it propagates a value from the binding source to the binding target. |
| ConvertBack(object, Type, object, CultureInfo) | Not implemented. |