C# Class BitOrchestra.AddConstantEvaluator

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

Public Properties

Property Type Description
Amount System.Int32

Public Methods

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

Method Details

AddConstantEvaluator() public method

public AddConstantEvaluator ( 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 is added to the source.
public Int32,System Amount
return System.Int32