C# Class Babel.Core.BOOL

Mostra file Open project: shugo/babel

Public Methods

Method Description
@int ( bool self ) : int
and_not ( bool self, bool b ) : bool
and_rout ( bool self, bool b ) : bool
from_str ( bool self, string s ) : bool
implies ( bool self, bool b ) : bool
is_eq ( bool self, bool b ) : bool
is_eq ( bool self, object o ) : bool
nand ( bool self, bool b ) : bool
nand_not ( bool self, bool b ) : bool
nor ( bool self, bool b ) : bool
nor_not ( bool self, bool b ) : bool
not ( bool self ) : bool
or_not ( bool self, bool b ) : bool
or_rout ( bool self, bool b ) : bool
str ( bool self ) : string
xnor ( bool self, bool b ) : bool
xor ( bool self, bool b ) : bool

Method Details

@int() public static method

public static @int ( bool self ) : int
self bool
return int

and_not() public static method

public static and_not ( bool self, bool b ) : bool
self bool
b bool
return bool

and_rout() public static method

public static and_rout ( bool self, bool b ) : bool
self bool
b bool
return bool

from_str() public static method

public static from_str ( bool self, string s ) : bool
self bool
s string
return bool

implies() public static method

public static implies ( bool self, bool b ) : bool
self bool
b bool
return bool

is_eq() public static method

public static is_eq ( bool self, bool b ) : bool
self bool
b bool
return bool

is_eq() public static method

public static is_eq ( bool self, object o ) : bool
self bool
o object
return bool

nand() public static method

public static nand ( bool self, bool b ) : bool
self bool
b bool
return bool

nand_not() public static method

public static nand_not ( bool self, bool b ) : bool
self bool
b bool
return bool

nor() public static method

public static nor ( bool self, bool b ) : bool
self bool
b bool
return bool

nor_not() public static method

public static nor_not ( bool self, bool b ) : bool
self bool
b bool
return bool

not() public static method

public static not ( bool self ) : bool
self bool
return bool

or_not() public static method

public static or_not ( bool self, bool b ) : bool
self bool
b bool
return bool

or_rout() public static method

public static or_rout ( bool self, bool b ) : bool
self bool
b bool
return bool

str() public static method

public static str ( bool self ) : string
self bool
return string

xnor() public static method

public static xnor ( bool self, bool b ) : bool
self bool
b bool
return bool

xor() public static method

public static xor ( bool self, bool b ) : bool
self bool
b bool
return bool