Difference between revisions of "Manuals/calci/TRUE"

From ZCubes Wiki
Jump to navigation Jump to search
(Created page with "<div style="font-size:30px">'''TRUE()'''</div><br/> == Description == *TRUE() function can be used to get the logical value '''TRUE'''. *It requires no input argument. You ...")
 
 
Line 20: Line 20:
 
==Related Videos==
 
==Related Videos==
  
{{#ev:youtube|R-GyTXOEwlk|280|center|FALSE function}}
+
{{#ev:youtube|CWQRsXwWhLw|280|center|TRUE function}}
 
 
  
 
==See Also==
 
==See Also==

Latest revision as of 05:59, 24 May 2017

TRUE()



Description

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


Examples

  1. TRUE = true
  2. TRUE + 3 = 4
  3. TRUE + TRUE + TRUE = 3


Related Videos

TRUE function

See Also


References