AddingConverter Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Constructors
AddingConverter() |
Properties
DefaultValue |
Methods
ConvertOverride(IEnumerable<Double>) |
Returns the product of all the elements in |
Explicit Interface Implementations
IMultiValueConverter.Convert(Object[], Type, Object, CultureInfo) |
Returns the result of a math operation on all the elements in |
IMultiValueConverter.ConvertBack(Object, Type[], Object, CultureInfo) | (Inherited from MathConverter) |
IValueConverter.Convert(Object, Type, Object, CultureInfo) |
Returns the result of a math operation on |
IValueConverter.ConvertBack(Object, Type, Object, CultureInfo) | (Inherited from MathConverter) |