Differences

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

Link to this comparison view

Next revision
Previous revision
tuple_type [2013/08/06 18:57]
admin created
tuple_type [2016/04/26 05:07] (current)
hermann [Automatic Conversions]
Line 1: Line 1:
 ====== Tuple Type ====== ====== Tuple Type ======
  
-A [[wp>​Tuple|tuples]] 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)|strings]]. +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]]. 
  
 ===== GUI Editor ===== ===== GUI Editor =====
Line 18: 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.