Difference between revisions of "Manuals/calci/NUMERICARRAY"

From ZCubes Wiki
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...")
 
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
<div style="font-size:30px">'''NUMERICARRAY (Array)'''</div><br/>
 
<div style="font-size:30px">'''NUMERICARRAY (Array)'''</div><br/>
 
*<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==
*This function is the tester function of numeric values.
+
 
*In <math>NUMERICARRAY (Array)</math>,<math>Array</math>  is the set of values.
+
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.
Line 14: Line 16:
 
#NUMERICARRAY([67,"l",9]) = false
 
#NUMERICARRAY([67,"l",9]) = false
 
#NUMERICARRAY([8/9,"%",2.3]) = false
 
#NUMERICARRAY([8/9,"%",2.3]) = false
 +
 +
==Related Videos==
 +
 +
{{#ev:youtube|v=wLoPGWwMamc|280|center|Php Array}}
  
 
==See Also==
 
==See Also==

Latest revision as of 15:48, 7 March 2019

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

  1. NUMERICARRAY([2,3,10,43]) = true
  2. NUMERICARRAY([-4,8.3,2/9]) = true
  3. NUMERICARRAY([67,"l",9]) = false
  4. NUMERICARRAY([8/9,"%",2.3]) = false

Related Videos

Php Array

See Also

References