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
tuple_type [2013/08/07 23:29]
admin [Tuple Type]
tuple_type [2016/04/26 05:07] (current)
hermann [Automatic Conversions]
Line 3: Line 3:
 A [[wp>​Tuple|tuple]] is a sequence of values. Each value can be represented using double precision [[wp>​Floating_point|floating point numbers]], allowing the definition of integral and fractional values, or [[wp>​String_(computer_science)|string]]. ​ A [[wp>​Tuple|tuple]] is a sequence of values. Each value can be represented using double precision [[wp>​Floating_point|floating point numbers]], allowing the definition of integral and fractional values, or [[wp>​String_(computer_science)|string]]. ​
  
-===== Automatic Conversions ===== 
- 
-  * **Converted from**: [[String Type]], [[Table Value Type]] and [[Double Type]]. 
- 
-  * **Converted to**: None. 
 ===== GUI Editor ===== ===== GUI Editor =====
  
Line 23: Line 18:
  
 A tuple can be any size long. A tuple can be any size long.
 +
 +===== Automatic Conversions =====
 +
 +  * **Converted from**: [[Real Value Type]], [[Integer Value Type]], [[Non Negative Integer Value Type]], [[Positive Integer Value Type]], [[Name Type]], [[String Type]] and [[Table Value Type]].
 +
 +  * **Converted to**: None.