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
Next revision Both sides next revision
real_value_type [2013/08/06 23:09]
admin [Double Type]
real_value_type [2013/08/07 14:58]
admin [Automatic Conversions]
Line 5: Line 5:
 This value is defined as a [[wp>​Double_precision_floating-point_format|double precision floating point number]], according to the IEEE754 standard. This value is defined as a [[wp>​Double_precision_floating-point_format|double precision floating point number]], according to the IEEE754 standard.
  
-Any numeric type can be automatically converted to double and doubles can be automatically converted to any other numeric type ([[Int Type]], [[Non Negative Int Type]] ​and [[Positive Int Type]]). Doubles can also be automatically converted to [[String Type]] and [[Bool Type]].+===== Automatic Conversions ===== 
 + 
 +  * **Converted from**: ​[[Int Type]], [[Non Negative Int Type]][[Positive Int Type]], [[Bool Type]], ​[[String Type]] and [[Log Tag Type]]. 
 + 
 +  * **Converted to**: [[Int Type]], [[Non Negative Int Type]], [[Positive Int Type]], ​[[Bool ​Type]], [[Null Value Type]], [[Log Tag Type]], [[Percent Type]] and [[String ​Type]].
  
 ===== GUI Editor ===== ===== GUI Editor =====