Difference between revisions of "Manuals/calci/MROWDUPLICATE"

From ZCubes Wiki
Jump to navigation Jump to search
(Created page with "<div style="font-size:30px">'''MROWDUPLICATE (arow,N)'''</div><br/> *<math>arow</math> is any set of values. *<math>N</math> is number of times. ==Description== *This functi...")
 
 
(4 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
<div style="font-size:30px">'''MROWDUPLICATE (arow,N)'''</div><br/>
 
<div style="font-size:30px">'''MROWDUPLICATE (arow,N)'''</div><br/>
 +
 +
where
 
*<math>arow</math> is any set of values.
 
*<math>arow</math> is any set of values.
 
*<math>N</math> is number of times.
 
*<math>N</math> is number of times.
 +
**MROWDUPLICATE() shows the duplicate value of each numbers.
  
 +
==Description==
  
==Description==
+
MROWDUPLICATE (arow,N)
*This function shows the duplicate value of each numbers.
+
*<math>arow</math> is the set of values.
*In <math>MROWDUPLICATE (arow,N)</math>, <math>arow</math> is the set of values.
 
 
*<math>N</math> is the number of times to show the values.
 
*<math>N</math> is the number of times to show the values.
 
*Duplicate is the one of two or more identical things.
 
*Duplicate is the one of two or more identical things.
Line 33: Line 36:
 
| 2.4 || 2.4 || 2.4  
 
| 2.4 || 2.4 || 2.4  
 
|}
 
|}
 +
 +
==Related Videos==
 +
 +
{{#ev:youtube|v=gYv8sttBIqs|280|center|Duplicate Row}}
  
 
==See Also==
 
==See Also==
*[[Manuals/calci/ISLOGICAL | ISLOGICAL ]]
+
*[[Manuals/calci/MCOLDUPLICATE | MCOLDUPLICATE ]]
*[[Manuals/calci/ISTEXT | ISTEXT ]]
+
*[[Manuals/calci/DUPLICATE | DUPLICATE ]]
*[[Manuals/calci/ISBLANK  | ISBLANK ]]
 
 
 
  
 
==References==
 
==References==
*[http://en.wikipedia.org/wiki/Is_functions  Is Function]
+
*[http://en.wikipedia.org/wiki/Repetition_(rhetorical_device) REPETITION]
  
  

Latest revision as of 15:33, 7 March 2019

MROWDUPLICATE (arow,N)


where

  • is any set of values.
  • is number of times.
    • MROWDUPLICATE() shows the duplicate value of each numbers.

Description

MROWDUPLICATE (arow,N)

  • 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

Related Videos

Duplicate Row

See Also

References