====== Integer Value Type ====== Denotes an [[wp>Integer|integers]]. Basically, an integer denotes the sequence of all non-fractional values. Ex: ... -3, -2, -1, 0, 1, 2, 3 ... ===== GUI Editor ===== [{{ :editors:int_editor.png?nolink |Graphical representation of the integer editor}}] ===== EGO Script ===== 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]], [[Non Negative Integer Value Type]], [[Positive Integer Value Type]], [[Boolean Value Type]] and [[Log Tag Type]]. * **Converted to**: [[Real Value Type]], [[Non Negative Integer Value Type]], [[Positive Integer Value Type]], [[Boolean Value Type]], [[Null Value Type]], [[Log Tag Type]], [[String Type]], [[Index Or Name Type]] and [[Cell Type Type|Cell Type]].