C# Class Babel.Core.BOOL

Afficher le fichier Open project: shugo/babel

Méthodes publiques

Méthode 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 méthode

public static @int ( bool self ) : int
self bool
Résultat int

and_not() public static méthode

public static and_not ( bool self, bool b ) : bool
self bool
b bool
Résultat bool

and_rout() public static méthode

public static and_rout ( bool self, bool b ) : bool
self bool
b bool
Résultat bool

from_str() public static méthode

public static from_str ( bool self, string s ) : bool
self bool
s string
Résultat bool

implies() public static méthode

public static implies ( bool self, bool b ) : bool
self bool
b bool
Résultat bool

is_eq() public static méthode

public static is_eq ( bool self, bool b ) : bool
self bool
b bool
Résultat bool

is_eq() public static méthode

public static is_eq ( bool self, object o ) : bool
self bool
o object
Résultat bool

nand() public static méthode

public static nand ( bool self, bool b ) : bool
self bool
b bool
Résultat bool

nand_not() public static méthode

public static nand_not ( bool self, bool b ) : bool
self bool
b bool
Résultat bool

nor() public static méthode

public static nor ( bool self, bool b ) : bool
self bool
b bool
Résultat bool

nor_not() public static méthode

public static nor_not ( bool self, bool b ) : bool
self bool
b bool
Résultat bool

not() public static méthode

public static not ( bool self ) : bool
self bool
Résultat bool

or_not() public static méthode

public static or_not ( bool self, bool b ) : bool
self bool
b bool
Résultat bool

or_rout() public static méthode

public static or_rout ( bool self, bool b ) : bool
self bool
b bool
Résultat bool

str() public static méthode

public static str ( bool self ) : string
self bool
Résultat string

xnor() public static méthode

public static xnor ( bool self, bool b ) : bool
self bool
b bool
Résultat bool

xor() public static méthode

public static xor ( bool self, bool b ) : bool
self bool
b bool
Résultat bool