C# 클래스 BitOrchestra.DivideConstantEvaluator

An evaluator that divides a source evaluator by a constant value.
상속: UnaryEvaluator
파일 보기 프로젝트 열기: dzamkov/Bit-Orchestra

공개 프로퍼티들

프로퍼티 타입 설명
Amount System.Int32

공개 메소드들

메소드 설명
DivideConstantEvaluator ( Evaluator Source, Int32 Amount ) : System
Generate ( Int32 Start, Int32 Buffer ) : void

메소드 상세

DivideConstantEvaluator() 공개 메소드

public DivideConstantEvaluator ( Evaluator Source, Int32 Amount ) : System
Source Evaluator
Amount System.Int32
리턴 System

Generate() 공개 메소드

public Generate ( Int32 Start, Int32 Buffer ) : void
Start System.Int32
Buffer System.Int32
리턴 void

프로퍼티 상세

Amount 공개적으로 프로퍼티

The amount that the source is divided by.
public Int32,System Amount
리턴 System.Int32