Click or drag to resize

BinaryOperation Enumeration

Binary operations supported by the BinaryOperationProcessor

Namespace: TomsToolbox.Essentials
Assembly: TomsToolbox.Essentials (in TomsToolbox.Essentials.dll) Version: 2.21.0+44d18b541fc9419ec3c549350a832394661b2a4d
XMLNS for XAML: Not mapped to an xmlns.
Syntax
public enum BinaryOperation
Members
Member nameValueDescription
Addition0 The addition operation.
Subtraction1 The subtraction operation.
Multiply2 The multiply operation.
Division3 The division operation.
Equality4 The equality operation.
Inequality5 The inequality operation.
GreaterThan6 The greater than operation.
LessThan7 The less than operation.
GreaterThanOrEqual8 The greater than or equal operation.
LessThanOrEqual9 The less than or equal operation.
See Also