C# 클래스 BitOrchestra.ModulusConstantEvaluator

An evaluator that finds the remainder of one value divided by a constant.
상속: UnaryEvaluator
파일 보기 프로젝트 열기: dzamkov/Bit-Orchestra

공개 프로퍼티들

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

공개 메소드들

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

메소드 상세

Generate() 공개 메소드

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

ModulusConstantEvaluator() 공개 메소드

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

프로퍼티 상세

Amount 공개적으로 프로퍼티

The base of the modulus operation.
public Int32,System Amount
리턴 System.Int32