Difference between revisions of "Manuals/calci/RANDNUM"
(Created page with "randnum") |
|||
| (2 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
| − | + | <div style="font-size:30px">'''RANDNUM (Max)'''</div><br/> | |
| + | *<math>Max</math> is the final limit value. | ||
| + | |||
| + | ==Description== | ||
| + | *This function shows the Integer value Randomly. | ||
| + | *In <math>RANDNUM(Max)</math>,<math>Max</math> is any real number. | ||
| + | *Here Max is the maximum limit value of the number. | ||
| + | *When Max is the positive real number then function will return the result either in positive or negative integer value. | ||
| + | *So this function will return as the whole number either positive ,negative or zero. | ||
| + | |||
| + | ==Examples== | ||
| + | #RANDNUM(65) = 54 | ||
| + | #RANDNUM(-90) = -7 | ||
| + | #RANDNUM(78.5) = 48 | ||
| + | |||
| + | ==Related Videos== | ||
| + | |||
| + | {{#ev:youtube|v=YOc7gQ18-Uo|280|center|Integers}} | ||
| + | |||
| + | ==See Also== | ||
| + | *[[Manuals/calci/RAND | RAND]] | ||
| + | *[[Manuals/calci/RANDBETWEEN | RANDBETWEEN]] | ||
| + | *[[Manuals/calci/RANDINT | RANDINT]] | ||
| + | |||
| + | |||
| + | ==References== | ||
| + | *[http://www.techonthenet.com/excel/formulas/randbetween.php Rand] | ||
| + | *[[Z_API_Functions | List of Main Z Functions]] | ||
| + | |||
| + | *[[ Z3 | Z3 home ]] | ||
Latest revision as of 14:07, 28 January 2019
RANDNUM (Max)
- is the final limit value.
Description
- This function shows the Integer value Randomly.
- In , is any real number.
- Here Max is the maximum limit value of the number.
- When Max is the positive real number then function will return the result either in positive or negative integer value.
- So this function will return as the whole number either positive ,negative or zero.
Examples
- RANDNUM(65) = 54
- RANDNUM(-90) = -7
- RANDNUM(78.5) = 48
Related Videos
See Also