Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision | |||
|
number_percent_matrix [2015/10/13 19:42] admin |
number_percent_matrix [2026/08/28 03:28] (current) hermann Sync from local documentation review |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | ====== Number Percent Matrix ====== | + | ====== Number Percent Matrix ====== |
| ===== Description ===== | ===== Description ===== | ||
| - | This hook identifies a percent matrix by assigning a number to it. | + | Placeholder used to register a percent matrix under a given number in the container it is placed inside. This functor produces no output itself: the enclosing container inspects its input ports and performs the actual registration. |
| + | |||
| + | This functor can be placed inside [[Select Percent Matrix]]. | ||
| ===== Inputs ===== | ===== Inputs ===== | ||
| ^ Name ^ Type ^ Description ^ | ^ Name ^ Type ^ Description ^ | ||
| - | | Percent Matrix | [[Transition Percent Matrix Type]] | Matrix of percents. | | + | | Percent Matrix | [[Percent Matrix Type]] | Matrix of percents to register in the container. | |
| - | | Matrix Number | [[Positive Integer Value Type]] | Matrix number identifier. | | + | | Matrix Number | [[Positive Integer Value Type]] | Number under which Percent Matrix will be known inside the container. | |
| ===== Optional Inputs ===== | ===== Optional Inputs ===== | ||
| Line 21: | Line 23: | ||
| ===== Group ===== | ===== Group ===== | ||
| - | [[Functor List#Stack Supplementary | Stack Supplementary ]] | + | [[Functor List#Stack Supplementary | Stack Supplementary]] |
| - | ===== Notes ===== | + | ===== Notes ===== |
| - | A hook is usually used to enter a type of data into a container that performs some operation. | + | A hook such as this one is typically used to feed one value of a given type into a container that performs some operation over a series of such values. |
| - | ===== Internal Name ===== | + | ===== Internal Name ===== |
| NumberPercentMatrix | NumberPercentMatrix | ||