C# 클래스 EsotericIDE.Ziim.Bits

파일 보기 프로젝트 열기: Timwi/EsotericIDE 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Empty Bits
Zero Bits

공개 메소드들

메소드 설명
Concat ( Bits other ) : Bits
FromString ( string str ) : Bits
Invert ( ) : Bits
RemoveFirstBit ( ) : Bits
ToOutput ( ) : string
ToString ( ) : string

비공개 메소드들

메소드 설명
Bits ( ) : System

메소드 상세

Concat() 공개 메소드

public Concat ( Bits other ) : Bits
other Bits
리턴 Bits

FromString() 공개 정적인 메소드

public static FromString ( string str ) : Bits
str string
리턴 Bits

Invert() 공개 메소드

public Invert ( ) : Bits
리턴 Bits

RemoveFirstBit() 공개 메소드

public RemoveFirstBit ( ) : Bits
리턴 Bits

ToOutput() 공개 메소드

public ToOutput ( ) : string
리턴 string

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

프로퍼티 상세

Empty 공개적으로 정적으로 프로퍼티

public static Bits,EsotericIDE.Ziim Empty
리턴 Bits

Zero 공개적으로 정적으로 프로퍼티

public static Bits,EsotericIDE.Ziim Zero
리턴 Bits