C# 클래스 at.jku.ssw.Coco.Sets

파일 보기 프로젝트 열기: boogie-org/boogie-partners

공개 메소드들

메소드 설명
Elements ( BitArray s ) : int
Equals ( BitArray a, BitArray b ) : bool
Intersect ( BitArray a, BitArray b ) : bool
Subtract ( BitArray a, BitArray b ) : void

메소드 상세

Elements() 공개 정적인 메소드

public static Elements ( BitArray s ) : int
s System.Collections.BitArray
리턴 int

Equals() 공개 정적인 메소드

public static Equals ( BitArray a, BitArray b ) : bool
a System.Collections.BitArray
b System.Collections.BitArray
리턴 bool

Intersect() 공개 정적인 메소드

public static Intersect ( BitArray a, BitArray b ) : bool
a System.Collections.BitArray
b System.Collections.BitArray
리턴 bool

Subtract() 공개 정적인 메소드

public static Subtract ( BitArray a, BitArray b ) : void
a System.Collections.BitArray
b System.Collections.BitArray
리턴 void