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
null_value_type [2011/10/13 20:26]
hermann created
null_value_type [2015/10/11 21:32]
admin
Line 5: Line 5:
 ===== GUI Editor ===== ===== GUI Editor =====
  
-[{{ :​null_value_editor.png?​nolink&​ |Graphical representation of the null value editor}}]+[{{ :editors:​null_value_editor.png?​nolink&​ |Graphical representation of the null value editor}}]
  
 ===== EGO Script ===== ===== EGO Script =====
Line 13: Line 13:
 ^ 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|cell type]] ​ | ''​.default'' ​ |
-| A specified null value  | An [[Int Type]] constant ​ |+| A specified null value  | [[Real Value Type|Double]] constant ​ | 
 + 
 +===== Automatic Conversions ===== 
 + 
 +  * **Converted from**: [[Real Value Type]], [[Int Type]], [[Non Negative Int Type]], [[Positive Int Type]] and [[Bool Type]]. 
 + 
 +  * **Converted to**: None.