Differences

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

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Last revision Both sides next revision
positive_integer_value_type [2013/08/07 22:21]
admin [Positive Int Type]
positive_integer_value_type [2015/10/11 21:58]
admin
Line 1: Line 1:
-====== Positive ​Int Type ======+====== Positive ​Integer Value Type ======
  
 A [[wp>​Positive_integer|positive integer]] denotes the positive [[wp>​Integer|integers]]. A [[wp>​Positive_integer|positive integer]] denotes the positive [[wp>​Integer|integers]].
  
 So, it basically denotes the sequence of positive non fractional values starting with 1. Ex: 1, 2, 3 ... So, it basically denotes the sequence of positive non fractional values starting with 1. Ex: 1, 2, 3 ...
- 
-===== Automatic Conversions ===== 
- 
-  * **Converted from**: [[Double Type]], [[Non Negative Int Type]], [[Positive Int Type]] and [[Log Tag Type]]. 
- 
-  * **Converted to**: [[Double Type]], [[Non Negative Int Type]], [[Positive Int Type]], [[Bool Type]], [[Null Value Type]], [[Log Tag Type]], [[String Type]], [[Index Or Name Type]] and [[Cell Type Type|Cell Type]]. 
  
 ===== GUI Editor ===== ===== GUI Editor =====
Line 22: Line 16:
  
 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.
 +
 +===== Automatic Conversions =====
 +
 +  * **Converted from**: [[Real Value Type]], [[Non Negative Integer Value Type]] and [[Log Tag Type]].
 +
 +  * **Converted to**: [[Real Value Type]], [[Non Negative Integer Value Type]], [[Bool Type]], [[Null Value Type]], [[Log Tag Type]], [[String Type]], [[Index Or Name Type]] and [[Cell Type Type|Cell Type]].