AddingConverter Class

Definition

A converter that returns the product of its inputs.

public ref class AddingConverter : Microsoft::VisualStudio::PlatformUI::MathConverter
public class AddingConverter : Microsoft.VisualStudio.PlatformUI.MathConverter
type AddingConverter = class
    inherit MathConverter
Public Class AddingConverter
Inherits MathConverter
Inheritance
AddingConverter

Constructors

AddingConverter()

Properties

DefaultValue

Methods

ConvertOverride(IEnumerable<Double>)

Returns the product of all the elements in values

Explicit Interface Implementations

IMultiValueConverter.Convert(Object[], Type, Object, CultureInfo)

Returns the result of a math operation on all the elements in values, as well as parameter (if provided).

(Inherited from MathConverter)
IMultiValueConverter.ConvertBack(Object, Type[], Object, CultureInfo) (Inherited from MathConverter)
IValueConverter.Convert(Object, Type, Object, CultureInfo)

Returns the result of a math operation on value and parameter.

(Inherited from MathConverter)
IValueConverter.ConvertBack(Object, Type, Object, CultureInfo) (Inherited from MathConverter)

Applies to