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 [2013/08/07 17:57]
admin [Null Value Type]
null_value_type [2015/10/11 21:32]
admin
Line 2: Line 2:
  
 A null value denotes the value that should be used to represent the "no data" value in a [[Map Type|Map]] or [[Categorical Map Type|Categorical Map]]. This value is related to the [[Cell Type Type|cell type]] used to represent the cells in the map. A null value denotes the value that should be used to represent the "no data" value in a [[Map Type|Map]] or [[Categorical Map Type|Categorical Map]]. This value is related to the [[Cell Type Type|cell type]] used to represent the cells in the map.
- 
-===== Automatic Conversions ===== 
- 
-  * **Converted from**: [[Double Type]], [[Int Type]], [[Non Negative Int Type]], [[Positive Int Type]] and [[Bool Type]]. 
- 
-  * **Converted to**: None. 
  
 ===== GUI Editor ===== ===== GUI Editor =====
Line 19: 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.