Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
03/04/15 09:37:25 (9 years ago)
Author:
pfleck
Message:

#2344 Updated parameter description of ExpressionCalculator and RunCollectionFormulaModifer to include the new functions.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Optimization.Operators/3.3/ExpressionCalculator.cs

    r12012 r12114  
    7474variables (run parameters or results):
    7575  unquoted or in double quotes if they contain special characters or whitespace
    76 mathematical functions:
     76mathematical functions (resulting in double values):
    7777  +, -, *, /, ^ (power), log
    7878predicates:
    7979  ==, <, >, isnull, not
     80conversions:
     81  toint, todouble
     82array indexing:
     83  []
    8084stack manipulation:
    8185  drop swap dup
Note: See TracChangeset for help on using the changeset viewer.