Differences

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

Link to this comparison view

Both sides previous revision Previous revision
null_value_type [2015/10/11 21:32]
admin
null_value_type [2015/10/13 19:13] (current)
admin
Line 11: Line 11:
 A null value constant can be represented in a [[EGO Script]] using the following syntax: A null value constant can be represented in a [[EGO Script]] using the following syntax:
  
-^ Description ^ Representation ^  +^ Description ​ ^ Representation ​ 
-| The default null value. This is the default null value corresponding to the current [[Cell Type Type|cell type]]  | ''​.default'' ​ | +| The default null value. This is the default null value corresponding to the current [[Cell Type Type]] ​ | ''​.default'' ​ | 
-| A specified null value  | [[Real Value Type|Double]] constant ​ |+| A specified null value  | [[Real Value Type]] constant ​ |
  
 ===== Automatic Conversions ===== ===== Automatic Conversions =====
  
-  * **Converted from**: [[Real Value Type]], [[Int Type]], [[Non Negative ​Int Type]], [[Positive ​Int Type]] and [[Bool Type]].+  * **Converted from**: [[Real Value Type]], [[Integer Value Type]], [[Non Negative ​Integer Value Type]], [[Positive ​Integer Value Type]] and [[Boolean Value Type]].
  
   * **Converted to**: None.   * **Converted to**: None.