Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
|
non_negative_integer_value [2011/07/31 18:58] hermann created |
non_negative_integer_value [2026/08/28 03:28] (current) hermann Sync from local documentation review |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | ====== Non Negative Int ====== | + | ====== Non Negative Integer Value ====== |
| ===== Description ===== | ===== Description ===== | ||
| - | Non-negative integer declarer. | + | Declares an integer value that is zero or greater, 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 | [[Non Negative Int Type|Non Negative Int]] | Non-negative integer constant. | | + | | Constant | [[Non Negative Integer Value Type]] | Non-negative integer constant. | |
| ===== Optional Inputs ===== | ===== Optional Inputs ===== | ||
| + | |||
| + | None. | ||
| ===== Outputs ===== | ===== Outputs ===== | ||
| - | ^ Name ^ Type ^ Description ^ | + | ^ Name ^ Type ^ Description ^ |
| - | | Object | [[Non Negative Int Type| Non Negative Int]] | Non-negative integer object. | | + | | Object | [[Non Negative Integer Value Type]] | Non-negative integer object provided as the functor input. | |
| ===== Group ===== | ===== Group ===== | ||
| Line 21: | Line 23: | ||
| [[Functor List#Map Algebra Supplementary | Map Algebra Supplementary]] | [[Functor List#Map Algebra Supplementary | Map Algebra Supplementary]] | ||
| - | ===== Internal Name ===== | + | ===== Notes ===== |
| + | |||
| + | This functor was previously known as "NonNegativeInt". | ||
| + | |||
| + | ===== Internal Name ===== | ||
| - | NonNegativeInt | + | NonNegativeIntegerValue |