Expressions: Difference between revisions

Jump to navigation Jump to search
189 bytes added ,  Yesterday at 19:36
m
Add remark to Table
No edit summary
m (Add remark to Table)
 
Line 73: Line 73:
The table expression uses the following syntax, similarly to the <interpolation> element:<syntaxhighlight lang="xml">
The table expression uses the following syntax, similarly to the <interpolation> element:<syntaxhighlight lang="xml">
<table>
<table>
<!-- put an input element here, this can be <property> or any other operation
<!-- put an input element here, this can be <property> or any other operation -->
<entry>
<entry>
<ind>0.0</ind> <!-- the value of the input (independent value) -->
<ind>0.0</ind> <!-- the value of the input (independent value) -->
Line 80: Line 80:
         ... <!-- you can put as many entries as you want -->
         ... <!-- you can put as many entries as you want -->
</table>
</table>
</syntaxhighlight>
</syntaxhighlight>The entries must be sorted by the independent (input) variable strictly ascending. If input is outside the range of the table, output will be determined from the first / last table row.


==== Example ====
==== Example ====
280

edits

Navigation menu