Manuals/calci/FALSE

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