Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
|
positive_integer_value [2011/07/31 19:34] hermann created |
positive_integer_value [2026/08/28 03:29] (current) hermann Sync from local documentation review |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | ====== Positive Int ====== | + | ====== Positive Integer Value ====== |
| ===== Description ===== | ===== Description ===== | ||
| - | Positive integer declarer. | + | Declares an integer value greater than zero, so that it can be reused as the input to more than one functor instead of repeating the same constant throughout the model. |
| ===== Inputs ===== | ===== Inputs ===== | ||
| - | ^ Name ^ Type ^ Description ^ | + | ^ Name ^ Type ^ Description ^ |
| - | | Constant | [[Positive Int Type|Positive Int]] | Positive integer constant. | | + | | Constant | [[Positive Integer Value Type]] | Value or constant representing a positive integer. | |
| ===== Optional Inputs ===== | ===== Optional Inputs ===== | ||
| + | |||
| + | None. | ||
| ===== Outputs ===== | ===== Outputs ===== | ||
| - | ^ Name ^ Type ^ Description ^ | + | ^ Name ^ Type ^ Description ^ |
| - | | Object | [[Positive Int Type|Positive Int]] | Positive integer object. | | + | | Object | [[Positive Integer Value Type]] | Value or constant representing a positive integer, provided as the functor input. | |
| ===== Group ===== | ===== Group ===== | ||
| Line 23: | Line 25: | ||
| ===== Notes ===== | ===== Notes ===== | ||
| - | ===== Internal Name ===== | + | This functor was previously known as "PositiveInt". |
| + | |||
| + | ===== Internal Name ===== | ||
| - | PositiveInt | + | PositiveIntegerValue |