====== Non Negative Integer Value Type ====== A [[wp>Non-negative_integer|non-negative integer]] denotes the positive [[wp>Integer|integers]] plus 0. So, it basically denotes the sequence of positive non-fractional values starting with 0. Ex: 0, 1, 2, 3 ... ===== GUI Editor ===== [{{ :editors:non_negative_int_editor.png?nolink |Graphical representation of the non-negative integer editor}}] ===== EGO Script ===== Non-negative integers in Dinamica EGO uses the standard representation for integer numbers. * 1, 2, 198 etc. It is not possible to enter integer values using other notation than the decimal one. ===== Automatic Conversions ===== * **Converted from**: [[Real Value Type]], [[Integer Value Type]], [[Boolean Value Type]] and [[Log Tag Type]]. * **Converted to**: [[Real Value Type]], [[Integer Value Type]], [[Positive Integer Value Type]], [[Boolean Value Type]], [[Null Value Type]], [[Log Tag Type]], [[String Type]] and [[Cell Type Type|Cell Type]].