Manuals/calci/ELEMENTINARRAY
Jump to navigation
Jump to search
ELEMENTINARRAY (Array,Value)
- Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle Array} are any set of numbers.
- Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle Value} is any one number.
Description
- This function returns the result for the function Element in Array.
- This will show the result as True or False.
- In Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle ELEMENTINARRAY (Array,Value)} ,Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle Array} is the set of values and Value is the any number.
- When the mentioned Value is in appeared Array of values then the function will return the result as "True", otherwise "False".
- This function is used to capturing the mentioned Value with in the Array.
Examples
- ELEMENTINARRAY([2,6,9,10,14,231,871,-87],10) = True
- ELEMENTINARRAY([12,18,20,34,100],-18) = False
- ELEMENTINARRAY([1.2,3.2,8.1,7,10,-10],8.01) = False
- ELEMENTINARRAY(["A","B","C","D","E"],"D") = True
Related Videos
See Also
References