Difference between revisions of "Manuals/calci/LISTV"

From ZCubes Wiki
Jump to navigation Jump to search
(Created page with "<div style="font-size:30px">'''LISTV () '''</div><br/> ==Description== *This function is used to list all the values from the different set of arrays. *In <math>LISTV()</mat...")
 
 
(5 intermediate revisions by the same user not shown)
Line 9: Line 9:
  
 
==Examples==
 
==Examples==
# LISTV([[2,3,4],[6,7,8],[10,11,12]])
+
1. LISTV([[2,3,4],[6,7,8],[10,11,12]])
 
{| class="wikitable"
 
{| class="wikitable"
 
|-
 
|-
| 2  3  4 || 6  7  8 || 10  11 12
+
|
 +
  2  3  4  
 +
||  
 +
  6  7  8  
 +
||  
 +
  10  11 12
 
|}
 
|}
 +
2. LISTV([[-4,-9,-10,8.2,5.2,13.2],[3/2,8.9,-10,15,-4.3,5.6]])
 +
 +
{| class="wikitable"
 +
|-
 +
|
 +
  -4 -9 -10  8.2  5.2 13.2 
 +
||
 +
  1.5 8.9 -10 15 -4.3 5.6
 +
|}
 +
 +
==Related Videos==
 +
 +
{{#ev:youtube|v=fDB1Ktyhp3Y|280|center|List}}
 +
 +
==See Also==
 +
 +
*[[Manuals/calci/LISTUNIQUE | LISTUNIQUE ]]
 +
*[[Manuals/calci/LISTPRIMES | LISTPRIMES]]
 +
*[[Manuals/calci/LISTCOLUMNLABELS | LISTCOLUMNLABELS]]
 +
 +
==References==
 +
*[[Z_API_Functions | List of Main Z Functions]]
 +
 +
*[[ Z3 |  Z3 home ]]

Latest revision as of 14:24, 18 March 2019

LISTV ()



Description

  • This function is used to list all the values from the different set of arrays.
  • In ,the parameter values can be any set of values.
  • This function is used to display the all set of different array values together.
  • Also displayed values are separated each set of values.

Examples

1. LISTV([[2,3,4],[6,7,8],[10,11,12]])

  2  3   4 
 6  7  8 
 10  11 12

2. LISTV([[-4,-9,-10,8.2,5.2,13.2],[3/2,8.9,-10,15,-4.3,5.6]])

 -4 -9 -10  8.2  5.2 13.2  
  1.5 8.9 -10 15 -4.3 5.6

Related Videos

List

See Also

References