C# Class BitOrchestra.DivideConstantEvaluator

An evaluator that divides a source evaluator by a constant value.
Inheritance: UnaryEvaluator
Show file Open project: dzamkov/Bit-Orchestra

Public Properties

Property Type Description
Amount System.Int32

Public Methods

Method Description
DivideConstantEvaluator ( Evaluator Source, Int32 Amount ) : System
Generate ( Int32 Start, Int32 Buffer ) : void

Method Details

DivideConstantEvaluator() public method

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

Generate() public method

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

Property Details

Amount public property

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