Difference between revisions of "Manuals/calci/GETROW"
Jump to navigation
Jump to search
(Created page with "<div style="font-size:30px">'''GETROW (Array,Row)'''</div><br/> *<math>Array</math> is any set of values. *<math>Row</math> is the row number. ==Description== *This function...") |
|||
(3 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
<div style="font-size:30px">'''GETROW (Array,Row)'''</div><br/> | <div style="font-size:30px">'''GETROW (Array,Row)'''</div><br/> | ||
− | |||
*<math>Array</math> is any set of values. | *<math>Array</math> is any set of values. | ||
*<math>Row</math> is the row number. | *<math>Row</math> is the row number. | ||
+ | **GETROW() gives the particular row values from the given set of values. | ||
==Description== | ==Description== | ||
− | + | ||
− | + | GETROW (Array,Row) | |
+ | |||
+ | *<math>Array</math> is the set of values,<math>Row</math> is the row number in the given array. | ||
*So this function displays the specified row values from the given set of values. | *So this function displays the specified row values from the given set of values. | ||
*If we omitted the row number then this function will shows the result as Null for all number of rows. | *If we omitted the row number then this function will shows the result as Null for all number of rows. | ||
Line 14: | Line 16: | ||
# GETROW([[3,-12],[-9,3],[45,-7.2],[-4,-2],[-100,65]],3) = 45 -7.2 | # GETROW([[3,-12],[-9,3],[45,-7.2],[-4,-2],[-100,65]],3) = 45 -7.2 | ||
# GETROW([[1,4.3,8.9,7],[12,-5.6,3/4,-1.22],[-23,12,-3/4,-2.21],[-20,-6.7,9.0,0],[0,-1,2/3,4.9]],5) = 0 -1 0.6666666666666666 4.9 | # GETROW([[1,4.3,8.9,7],[12,-5.6,3/4,-1.22],[-23,12,-3/4,-2.21],[-20,-6.7,9.0,0],[0,-1,2/3,4.9]],5) = 0 -1 0.6666666666666666 4.9 | ||
+ | |||
+ | ==Related Videos== | ||
+ | |||
+ | {{#ev:youtube|v=V3LNbEesLtU|280|center|Row}} | ||
==See Also== | ==See Also== |
Latest revision as of 13:20, 18 March 2019
GETROW (Array,Row)
- is any set of values.
- is the row number.
- GETROW() gives the particular row values from the given set of values.
Description
GETROW (Array,Row)
- is the set of values, is the row number in the given array.
- So this function displays the specified row values from the given set of values.
- If we omitted the row number then this function will shows the result as Null for all number of rows.
Examples
- GETROW([[1,2,3],[9,8,7],[10,11,12]],2) = 9 8 7
- GETROW([[3,-12],[-9,3],[45,-7.2],[-4,-2],[-100,65]],3) = 45 -7.2
- GETROW([[1,4.3,8.9,7],[12,-5.6,3/4,-1.22],[-23,12,-3/4,-2.21],[-20,-6.7,9.0,0],[0,-1,2/3,4.9]],5) = 0 -1 0.6666666666666666 4.9
Related Videos
See Also
References