Changeset 12114 for trunk/sources/HeuristicLab.Optimization.Operators
- Timestamp:
- 03/04/15 09:37:25 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified trunk/sources/HeuristicLab.Optimization.Operators/3.3/ExpressionCalculator.cs ΒΆ
r12012 r12114 74 74 variables (run parameters or results): 75 75 unquoted or in double quotes if they contain special characters or whitespace 76 mathematical functions :76 mathematical functions (resulting in double values): 77 77 +, -, *, /, ^ (power), log 78 78 predicates: 79 79 ==, <, >, isnull, not 80 conversions: 81 toint, todouble 82 array indexing: 83 [] 80 84 stack manipulation: 81 85 drop swap dup
Note: See TracChangeset
for help on using the changeset viewer.