Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
Last revision Both sides next revision
integer_value_type [2012/09/27 20:01]
admin created
integer_value_type [2015/10/11 23:05]
admin
Line 1: Line 1:
-====== ​Int Type ======+====== ​Integer Value Type ======
  
 Denotes an [[wp>​Integer|integers]]. Denotes an [[wp>​Integer|integers]].
  
 Basically, an integer denotes the sequence of all non-fractional values. Ex: ... -3, -2, -1, 0, 1, 2, 3 ... Basically, an integer denotes the sequence of all non-fractional values. Ex: ... -3, -2, -1, 0, 1, 2, 3 ...
 +
 +===== 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]].
  
 ===== GUI Editor ===== ===== GUI Editor =====
Line 16: Line 22:
  
 It is not possible to enter integer values using other notation than the decimal one. It is not possible to enter integer values using other notation than the decimal one.
-