C# 클래스 BitOrchestra.ResolutionExpression

An expression that returns the current resolution.
상속: Expression
파일 보기 프로젝트 열기: dzamkov/Bit-Orchestra

공개 프로퍼티들

프로퍼티 타입 설명
Instance ResolutionExpression

공개 메소드들

메소드 설명
Equals ( object obj ) : bool
GetHashCode ( ) : int

보호된 메소드들

메소드 설명
CreateEvaluator ( Evaluator>.Dictionary Cache, int BufferSize, int Resolution ) : Evaluator

비공개 메소드들

메소드 설명
ResolutionExpression ( ) : System

메소드 상세

CreateEvaluator() 보호된 메소드

protected CreateEvaluator ( Evaluator>.Dictionary Cache, int BufferSize, int Resolution ) : Evaluator
Cache Evaluator>.Dictionary
BufferSize int
Resolution int
리턴 Evaluator

Equals() 공개 메소드

public Equals ( object obj ) : bool
obj object
리턴 bool

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

프로퍼티 상세

Instance 공개적으로 정적으로 프로퍼티

The only instance of this class.
public static ResolutionExpression,BitOrchestra Instance
리턴 ResolutionExpression