Manuals/calci/FALSE
Jump to navigation
Jump to search
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
- FALSE = false
- FALSE + 3 = 3
- FALSE + TRUE +TRUE = 2
Related Videos
See Also
References