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 [2012/09/27 20:19]
admin
real_value_type [2013/08/07 22:14]
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.
  
 +===== 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]], [[String Type]] and [[Cell Type Type|Cell Type]].
 ===== GUI Editor ===== ===== GUI Editor =====
  
Line 11: Line 16:
 ===== EGO Script ===== ===== EGO Script =====
  
-Doubles in Dinamica EGO uses the standard representation for real numbers.+Doubles in Dinamica EGO uses the standard representation for floating point numbers.
  
   * 1, 2, 198 etc.   * 1, 2, 198 etc.