[]
Represents a MultiBinding converter that evaluates an arithmetic expression built as a source list items joined with a specified arithmetic operator.
public class DoubleArithmeticOperationMultiConverter : IMultiValueConverter
DoubleArithmeticOperationMultiConverter is a one-way converter. A source list items must be of a numeric type (or a type that is convertible to System.Double, for example a string representation of a number), a converter parameter defines an operator which is applied to source items, and a target value is result of evaluation of the expression of the System.Double type.
Name | Description |
---|---|
DoubleArithmeticOperationMultiConverter() |
Name | Description |
---|---|
Default | Gets an instance of DoubleArithmeticOperationMultiConverter. |
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) | Converts a value. The data binding engine calls this method when it propagates a value from the binding target to the binding source. |