MultiplyingConverter 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 MultiplyingConverter : Microsoft::VisualStudio::PlatformUI::MathConverter
public class MultiplyingConverter : Microsoft.VisualStudio.PlatformUI.MathConverter
type MultiplyingConverter = class
inherit MathConverter
Public Class MultiplyingConverter
Inherits MathConverter
- Inheritance
Constructors
MultiplyingConverter() |
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) |