Manuals/calci/ISOPERATORSYMBOL

From ZCubes Wiki
Revision as of 23:19, 14 March 2017 by Jayaram (talk | contribs)
Jump to navigation Jump to search
ISOPERATORSYMBOL(n)


Description

  • This function is one of the group in ISFUNCTIONS.
  • The IS FUNCTION is also known as data information functions, data inspection functions or data-testing functions.
  • ISOPERATORSYMBOL function can be used to check the given value is an operator symbol or not.
  • This function gives the result as only TRUE or FALSE.
  • The result is TRUE when the n value is an operator symbol otherwise the result is FALSE.
  • The argument can be blank, or it can contain data such as text, numbers, error values, logical values or any equations.

Examples

  1. =ISOPERATORSYMBOL(5) = false
  2. =ISOPERATORSYMBOL("0") = false
  3. =ISOPERATORSYMBOL("*") = true
  4. =ISOPERATORSYMBOL(*) = null
  5. =ISOPERATORSYMBOL("/") = true