Changeset 12114
- Timestamp:
- 03/04/15 09:37:25 (10 years ago)
- Location:
- trunk/sources
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
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 -
trunk/sources/HeuristicLab.Optimization/3.3/RunCollectionModification/RunCollectionFormulaModifer.cs
r12012 r12114 68 68 variables (run parameters or results): 69 69 unquoted or in double quotes if they contain special characters or whitespace 70 mathematical functions :71 +, -, /, ^ (power), log70 mathematical functions (resulting in double values): 71 +, -, *, /, ^ (power), log 72 72 predicates: 73 73 ==, <, >, isnull, not 74 conversions: 75 toint, todouble 76 array indexing: 77 [] 74 78 stack manipulation: 75 79 drop swap dup
Note: See TracChangeset
for help on using the changeset viewer.