Manuals/calci/MROWDUPLICATE

From ZCubes Wiki
Revision as of 15:08, 7 November 2017 by Devika (talk | contribs) (→‎See Also)
Jump to navigation Jump to search
MROWDUPLICATE (arow,N)


  • is any set of values.
  • is number of times.


Description

  • This function shows the duplicate value of each numbers.
  • In , is the set of values.
  • is the number of times to show the values.
  • Duplicate is the one of two or more identical things.
  • So this function will show each and every number with the duplicate values in the given number of times.

Examples

  1. MROWDUPLICATE([[2,3,4],[10,-12,13],[0,1,2.4]],3)
2 2 2
3 3 3
4 4 4
10 10 10
-12 -12 -12
13 13 13
0 0 0
1 1 1
2.4 2.4 2.4

See Also

References