Click or drag to resize

ArithmeticOperationArithmeticOperationType Enumeration

Which arithmetic operation to perform.

Namespace:  Slash.Unity.DataBind.Foundation.Providers.Operations
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
public enum ArithmeticOperationType
Members
  Member nameValueDescription
None0 No arithmetic operation, always 0.
Add1 Sums the data values.
Sub2 Subtracts the second data value from the first one.
Multiply3 Multiplies the data values.
Divide4 Divides the first data value by the second one.
Modulo5 Modulo the first data value by the second one.
See Also