DEVELOPMENT...
Issue | #Downvotes for this reason | By |
---|
base | The base. (default: 10) | default: 10.0 |
expression | The expression. Available parameters: BASE FROM TO STEP I - the current iteration value (from 'FROM' to 'TO' with stepsize 'STEP') (default: 'pow(BASE,I)') | default: pow(BASE,I) |
max | The maximum. (default: +5) | default: 5.0 |
min | The minimum. (default: -10) | default: 1.0 |
property | The property path. (default: '') | default: fill-in-property-path |
step | The step size. (default: 1) | default: 1.0 |