ComponentOne Scheduler for WPF and Silverlight
DoubleArithmeticOperationMultiConverter Class
Members 

C1.WPF.Schedule Namespace : DoubleArithmeticOperationMultiConverter Class
Represents a MultiBinding converter that evaluates an arithmetic expression built as a source list items joined with a specified arithmetic operator.
Object Model
DoubleArithmeticOperationMultiConverter Class
Syntax
'Declaration
 
Public Class DoubleArithmeticOperationMultiConverter 
public class DoubleArithmeticOperationMultiConverter 
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.Schedule.DoubleArithmeticOperationMultiConverter

See Also

Reference

DoubleArithmeticOperationMultiConverter Members
C1.WPF.Schedule Namespace