MultiplyingConverter Class

Definition

A converter that returns the product of its inputs.

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

Constructors

MultiplyingConverter()

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