Property | Type | Description | |
---|---|---|---|
FirstChain | CongenericChain | ||
FirstElement | IBaseObject | ||
Length | int | ||
PairsCount | int | ||
SecondChain | CongenericChain | ||
SecondElement | IBaseObject |
Method | Description | |
---|---|---|
BinaryIntervalsManager ( CongenericChain firstChain, CongenericChain secondChain ) : Characteristics.Calculators |
Initializes a new instance of the BinaryIntervalsManager class.
|
|
GetBinaryInterval ( int occurrence ) : int |
Calculates ith interval for given occurrence of pair of elements in binary-congeneric sequence.
|
|
GetFirst ( int entry ) : int |
The get first.
|
|
GetFirstAfter ( int index ) : int |
Returns position of first occurrence of second element after given position.
|
|
GetIntervals ( ) : int[] |
The get intervals.
|
Method | Description | |
---|---|---|
FillIntervals ( ) : void |
The fill intervals.
|
|
FillPairsCount ( ) : int |
The fill pairs count.
|
public BinaryIntervalsManager ( CongenericChain firstChain, CongenericChain secondChain ) : Characteristics.Calculators | ||
firstChain | CongenericChain | /// The first chain. /// |
secondChain | CongenericChain | /// The second chain. /// |
return | Characteristics.Calculators |
public GetBinaryInterval ( int occurrence ) : int | ||
occurrence | int | /// Occurrence number counted from one. /// |
return | int |
public GetFirst ( int entry ) : int | ||
entry | int | /// The entry. /// |
return | int |
public GetFirstAfter ( int index ) : int | ||
index | int | /// Starting index for search. /// |
return | int |