Datasegment.com Online Dictionary
  Online Dictionary : B : boolean

boolean


2 definitions found

boolean - WordNet (r) 2.1 (2005) :

  Boolean
      adj 1: of or relating to a combinatorial system devised by
             George Boole that combines propositions with the logical
             operators AND and OR and IF THEN and EXCEPT and NOT

boolean - Free On-line Dictionary of Computing (26 May 2007) :

  Boolean
  bool
  
     <mathematics, logic> 1. Boolean algebra.
  
     <programming> 2. (bool) The type of an expression with two
     possible values, "true" and "false".  Also, a variable of
     Boolean type or a function with Boolean arguments or result.
     The most common Boolean functions are AND, OR and NOT.
  
     (1997-12-01)