C# 클래스 Babel.Core.BOOL

파일 보기 프로젝트 열기: shugo/babel

공개 메소드들

메소드 설명
@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

메소드 상세

@int() 공개 정적인 메소드

public static @int ( bool self ) : int
self bool
리턴 int

and_not() 공개 정적인 메소드

public static and_not ( bool self, bool b ) : bool
self bool
b bool
리턴 bool

and_rout() 공개 정적인 메소드

public static and_rout ( bool self, bool b ) : bool
self bool
b bool
리턴 bool

from_str() 공개 정적인 메소드

public static from_str ( bool self, string s ) : bool
self bool
s string
리턴 bool

implies() 공개 정적인 메소드

public static implies ( bool self, bool b ) : bool
self bool
b bool
리턴 bool

is_eq() 공개 정적인 메소드

public static is_eq ( bool self, bool b ) : bool
self bool
b bool
리턴 bool

is_eq() 공개 정적인 메소드

public static is_eq ( bool self, object o ) : bool
self bool
o object
리턴 bool

nand() 공개 정적인 메소드

public static nand ( bool self, bool b ) : bool
self bool
b bool
리턴 bool

nand_not() 공개 정적인 메소드

public static nand_not ( bool self, bool b ) : bool
self bool
b bool
리턴 bool

nor() 공개 정적인 메소드

public static nor ( bool self, bool b ) : bool
self bool
b bool
리턴 bool

nor_not() 공개 정적인 메소드

public static nor_not ( bool self, bool b ) : bool
self bool
b bool
리턴 bool

not() 공개 정적인 메소드

public static not ( bool self ) : bool
self bool
리턴 bool

or_not() 공개 정적인 메소드

public static or_not ( bool self, bool b ) : bool
self bool
b bool
리턴 bool

or_rout() 공개 정적인 메소드

public static or_rout ( bool self, bool b ) : bool
self bool
b bool
리턴 bool

str() 공개 정적인 메소드

public static str ( bool self ) : string
self bool
리턴 string

xnor() 공개 정적인 메소드

public static xnor ( bool self, bool b ) : bool
self bool
b bool
리턴 bool

xor() 공개 정적인 메소드

public static xor ( bool self, bool b ) : bool
self bool
b bool
리턴 bool