Differences

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

Link to this comparison view

Next revision
Previous revision
Next revision Both sides next revision
real_value_type [2012/09/27 20:14]
admin created
real_value_type [2013/08/07 14:17]
admin [Automatic Conversions]
Line 2: Line 2:
  
 A [[wp>​Real_number|double number]] denotes all fractional and non-fractional values. A [[wp>​Real_number|double number]] denotes all fractional and non-fractional values.
 +
 +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]] and [[String Type]].
 +
 +  * **Converted to**: [[Int Type]], [[Non Negative Int Type]], [[Positive Int Type]], [[Bool Type]], [[Null Value Type]], [[Log Tag Type]] and [[Percent Type]].
  
 ===== GUI Editor ===== ===== GUI Editor =====
Line 9: Line 17:
 ===== 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.