Difference between revisions of "Manuals/calci/NUMERICARRAY"
Jump to navigation
Jump to search
(Created page with "<div style="font-size:30px">'''NUMERICARRAY (Array)'''</div><br/> *<math>Array</math> is the set of values. ==Description== *This function is the tester function of numeric v...") |
|||
Line 1: | Line 1: | ||
− | + | =NUMERICARRAY (Array)= | |
*<math>Array</math> is the set of values. | *<math>Array</math> is the set of values. | ||
+ | |||
+ | NUMERICARRAY () is the tester function of numeric values. | ||
==Description== | ==Description== | ||
− | + | ||
− | + | NUMERICARRAY (Array) | |
+ | *<math>Array</math> is the set of values. | ||
*Numeric are any real numbers. | *Numeric are any real numbers. | ||
*This function will return the result as TRUE when all the given entries are numeric values. | *This function will return the result as TRUE when all the given entries are numeric values. |
Revision as of 14:56, 4 January 2018
NUMERICARRAY (Array)
- is the set of values.
NUMERICARRAY () is the tester function of numeric values.
Description
NUMERICARRAY (Array)
- is the set of values.
- Numeric are any real numbers.
- This function will return the result as TRUE when all the given entries are numeric values.
- Also this function will return the result as FALSE when any one of the entry is non numeric.
Examples
- NUMERICARRAY([2,3,10,43]) = true
- NUMERICARRAY([-4,8.3,2/9]) = true
- NUMERICARRAY([67,"l",9]) = false
- NUMERICARRAY([8/9,"%",2.3]) = false
See Also
References