Represents a MultiBinding converter that evaluates an arithmetic expression built as a source list items joined with a specified arithmetic operator.

Namespace:  C1.WPF.C1Schedule
Assembly:  C1.WPF.C1Schedule (in C1.WPF.C1Schedule.dll)

Syntax

C#
public class DoubleArithmeticOperationMultiConverter : IMultiValueConverter
Visual Basic (Declaration)
Public Class DoubleArithmeticOperationMultiConverter _
	Implements IMultiValueConverter

Remarks

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.

Inheritance Hierarchy

System..::..Object
  C1.WPF.C1Schedule..::..DoubleArithmeticOperationMultiConverter

See Also