Manuals/calci/FALSE

Revision as of 05:49, 24 May 2017 by Swapna (talk | contribs) (Created page with "<div style="font-size:30px">'''FALSE()'''</div><br/> == Description == *FALSE() function can be used to get the logical value '''FALSE'''. *It requires no input argument. Y...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
FALSE()



Description

  • FALSE() function can be used to get the logical value FALSE.
  • It requires no input argument. You can simply enter this function and it will return the FALSE.
  • Logical value of FALSE is '0'. Logical value of TRUE is '1'.
  • FALSE() can be used in integration with other function for evaluation.
  • FALSE Function is mainly provided for compatibility with the spreadsheet program.


Examples

  1. FALSE = false
  2. FALSE + 3 = 3
  3. FALSE + TRUE +TRUE = 2


Related Videos

FALSE function


See Also


References