[]
        
(Showing Draft Content)

C1.WPF.Schedule.DoubleArithmeticOperationMultiConverter

DoubleArithmeticOperationMultiConverter Class

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

Inheritance
DoubleArithmeticOperationMultiConverter
Namespace: C1.WPF.Schedule
Assembly: C1.WPF.Schedule.4.6.2.dll
Syntax
public class DoubleArithmeticOperationMultiConverter : IMultiValueConverter
Remarks
<xref href="C1.WPF.Schedule.DoubleArithmeticOperationMultiConverter" data-throw-if-not-resolved="false"></xref> 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.

Constructors

Name Description
DoubleArithmeticOperationMultiConverter()

Fields

Name Description
Default

Gets an instance of DoubleArithmeticOperationMultiConverter.

Methods

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.