Method | Description | |
---|---|---|
Create ( CommonSequence sequence, Stream sequenceStream, int precision ) : void |
Create data sequence and matter.
|
|
Create ( CommonSequence sequence, long alphabet, int building ) : void |
Create sequence.
|
|
DataSequenceRepository ( LibiadaWebEntities db ) : System |
Initializes a new instance of the DataSequenceRepository class.
|
public Create ( CommonSequence sequence, Stream sequenceStream, int precision ) : void | ||
sequence | CommonSequence | /// The common sequence. /// |
sequenceStream | Stream | /// The sequence stream. /// |
precision | int | /// Precision of data sequence. /// |
return | void |
public Create ( CommonSequence sequence, long alphabet, int building ) : void | ||
sequence | CommonSequence | /// The sequence. /// |
alphabet | long | /// The alphabet. /// |
building | int | /// The building. /// |
return | void |
public DataSequenceRepository ( LibiadaWebEntities db ) : System | ||
db | LibiadaWebEntities | /// The db. /// |
return | System |