C# 클래스 natix.CompactDS.UnraveledSymbolXLB

Unraveled symbol
상속: Bitmap
파일 보기 프로젝트 열기: sadit/natix 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
ctx object
prevrank int
symbol int

공개 메소드들

메소드 설명
Access ( int pos ) : bool

Access to the bit at position "pos"

AssertEquality ( Bitmap other ) : void

Asserts the equality.

Load ( BinaryReader Input ) : void

Load from "Input"

Rank1 ( int pos ) : int

Rank1

Save ( BinaryWriter Output ) : void

Saves to "Output"

Select1 ( int rank ) : int

Select1

UnraveledSymbolXLB ( SeqXLB _seqindex, int _symbol ) : System

Creates an unraveled symbol using "_symbol" over "_seqindex"

메소드 상세

Access() 공개 메소드

Access to the bit at position "pos"
public Access ( int pos ) : bool
pos int
리턴 bool

AssertEquality() 공개 메소드

Asserts the equality.
public AssertEquality ( Bitmap other ) : void
other Bitmap
리턴 void

Load() 공개 메소드

Load from "Input"
public Load ( BinaryReader Input ) : void
Input System.IO.BinaryReader
리턴 void

Rank1() 공개 메소드

Rank1
public Rank1 ( int pos ) : int
pos int
리턴 int

Save() 공개 메소드

Saves to "Output"
public Save ( BinaryWriter Output ) : void
Output System.IO.BinaryWriter
리턴 void

Select1() 공개 메소드

Select1
public Select1 ( int rank ) : int
rank int
리턴 int

UnraveledSymbolXLB() 공개 메소드

Creates an unraveled symbol using "_symbol" over "_seqindex"
public UnraveledSymbolXLB ( SeqXLB _seqindex, int _symbol ) : System
_seqindex SeqXLB
_symbol int
리턴 System

프로퍼티 상세

ctx 공개적으로 프로퍼티

public object ctx
리턴 object

prevrank 공개적으로 프로퍼티

public int prevrank
리턴 int

symbol 공개적으로 프로퍼티

public int symbol
리턴 int