Difference between revisions of "Manuals/calci/LISTV"

From ZCubes Wiki
Jump to navigation Jump to search
Line 19: Line 19:
 
   10  11 12
 
   10  11 12
 
|}
 
|}
 +
# LISTV([[-4,-9,-10,8.2,5.2,13.2],[3/2,8.9,-10,15,-4.3,5.6]])
 +
 +
{| class="wikitable"
 +
|-
 
|
 
|
  5 6 7
+
  -4 -9 -10  8.2 5.2 13.2 
5 6 7
+
||
 +
  1.5 8.9 -10 15 -4.3 5.6
 +
|}

Revision as of 16:29, 28 December 2017

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
  1. 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