Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision | |||
|
table_value [2013/08/09 21:57] 127.0.0.1 external edit |
table_value [2026/08/28 03:35] (current) hermann Sync from local documentation review |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | ====== Table Value ====== | + | ====== Table Value ====== |
| ===== Description ===== | ===== Description ===== | ||
| - | This functor is a structure used as a link to other functors. | + | Declares a value, which may be a real number or a string, that can be reused as the input to more than one functor, or used as a constant. This is the general value type used to interoperate with table functions. |
| ===== Inputs ===== | ===== Inputs ===== | ||
| - | ^ Name ^ Type ^ Description ^ | + | ^ Name ^ Type ^ Description ^ |
| - | | Constant | [[Table Value Type|Table Value]] | Data carrier for table value. | | + | | Constant | [[Table Value Type]] | Value carried by this functor. | |
| ===== Optional Inputs ===== | ===== Optional Inputs ===== | ||
| + | |||
| + | None. | ||
| ===== Outputs ===== | ===== Outputs ===== | ||
| - | ^ Name ^ Type ^ Description ^ | + | ^ Name ^ Type ^ Description ^ |
| - | | Object | [[Table Value Type|Table Value]] | The object is a table value. | | + | | Object | [[Table Value Type]] | The value provided as this functor's input. | |
| ===== Group ===== | ===== Group ===== | ||
| Line 23: | Line 25: | ||
| ===== Notes ===== | ===== Notes ===== | ||
| - | ===== Internal Name ===== | + | This functor passes its input value to its output unmodified, and can be used to feed the same value into more than one functor, or to hold a constant real number or string for use with table functions. |
| + | |||
| + | ===== Internal Name ===== | ||
| TableValue | TableValue | ||