Click or drag to resize

BinaryOperation Enumeration

Binary operations supported by the BinaryOperationProcessor

Namespace:  TomsToolbox.Essentials
Assembly:  TomsToolbox.Essentials (in TomsToolbox.Essentials.dll)
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