C# 클래스 PhantomChains.Record

Slice of one level in variants tree.
파일 보기 프로젝트 열기: intervals-mining-lab/libiada-core 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Content LibiadaCore.Core.SimpleTypes.ValuePhantom
Volume ulong

공개 메소드들

메소드 설명
Record ( ValuePhantom message, ulong volume ) : System

Initializes a new instance of the Record class.

메소드 상세

Record() 공개 메소드

Initializes a new instance of the Record class.
/// Thrown if there is no message. ///
public Record ( ValuePhantom message, ulong volume ) : System
message LibiadaCore.Core.SimpleTypes.ValuePhantom /// Phantom message on the current position of sequence. ///
volume ulong /// Variants count for current position. ///
리턴 System

프로퍼티 상세

Content 공개적으로 프로퍼티

Phantom value in given position of phantom sequence representing variants of content of current level in variants tree.
public ValuePhantom,LibiadaCore.Core.SimpleTypes Content
리턴 LibiadaCore.Core.SimpleTypes.ValuePhantom

Volume 공개적으로 프로퍼티

Variants count on this level of variants tree.
public ulong Volume
리턴 ulong