The ArrayOperationType enumeration contains types of arithmetic operations with array elements.
It is used by the following methods:
Value | Brief description |
0 | Plus. Operands summation - +. |
1 | Minus. Operands difference - -. |
2 | Multiply. Operands product - *. |
3 | Division. Quotient of two operands - /. |
4 | Modulo. Remainder of two operands division - Mod. |
5 | IntegerDivision. Integer part of division of two operands - Div. |
See also: