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
null_value_type [2012/09/13 05:25]
hermann [EGO Script]
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  | [[Double ​Type|Double]] 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.