C# Class natix.CompactDS.UnraveledSymbolXLB

Unraveled symbol
Inheritance: Bitmap
Afficher le fichier Open project: sadit/natix Class Usage Examples

Méthodes publiques

Свойство Type Description
ctx object
prevrank int
symbol int

Méthodes publiques

Méthode Description
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"

Method Details

Access() public méthode

Access to the bit at position "pos"
public Access ( int pos ) : bool
pos int
Résultat bool

AssertEquality() public méthode

Asserts the equality.
public AssertEquality ( Bitmap other ) : void
other Bitmap
Résultat void

Load() public méthode

Load from "Input"
public Load ( BinaryReader Input ) : void
Input System.IO.BinaryReader
Résultat void

Rank1() public méthode

Rank1
public Rank1 ( int pos ) : int
pos int
Résultat int

Save() public méthode

Saves to "Output"
public Save ( BinaryWriter Output ) : void
Output System.IO.BinaryWriter
Résultat void

Select1() public méthode

Select1
public Select1 ( int rank ) : int
rank int
Résultat int

UnraveledSymbolXLB() public méthode

Creates an unraveled symbol using "_symbol" over "_seqindex"
public UnraveledSymbolXLB ( SeqXLB _seqindex, int _symbol ) : System
_seqindex SeqXLB
_symbol int
Résultat System

Property Details

ctx public_oe property

public object ctx
Résultat object

prevrank public_oe property

public int prevrank
Résultat int

symbol public_oe property

public int symbol
Résultat int