Differences

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

Link to this comparison view

Next revision
Previous revision
null_value_type [2011/10/13 20:26]
hermann created
null_value_type [2015/10/13 19:13]
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 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  | An [[Int Type]] constant ​ |+| A specified null value  | [[Real Value Type]] constant ​ | 
 + 
 +===== Automatic Conversions ===== 
 + 
 +  * **Converted from**: [[Real Value Type]], [[Integer Value Type]], [[Non Negative Integer Value Type]], [[Positive Integer Value Type]] and [[Boolean Value Type]]. 
 + 
 +  * **Converted to**: None.