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
null_value_type [2012/09/13 22:44]
hermann [GUI Editor]
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  | [[Double ​Type|Double]] 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.