Click or drag to resize

ArithmeticOperation Enumeration

The arithmetic operation performed by the ArithmeticMultiValueConverter

Namespace: TomsToolbox.Wpf.Converters
Assembly: TomsToolbox.Wpf (in TomsToolbox.Wpf.dll) Version: 2.21.0+44d18b541fc9419ec3c549350a832394661b2a4d
XMLNS for XAML: Not mapped to an xmlns.
Syntax
public enum ArithmeticOperation
Members
Member nameValueDescription
Min0 The arithmetic MIN operation; returns the minimum of all items.
Max1 The arithmetic MAX operation; returns the maximum of all items.
Sum2 The arithmetic sum operation; returns the sum of all items.
Average3 The arithmetic average operation; returns the average of all items.
Product4 The arithmetic product operation; returns the product of all items.
See Also