C# Class BitOrchestra.ConstantEvaluator

An evaluator for a constant value.
Inheritance: Evaluator
Show file Open project: dzamkov/Bit-Orchestra

Public Properties

Property Type Description
Value System.Int32

Public Methods

Method Description
ConstantEvaluator ( Int32 Value ) : System
Generate ( Int32 Start, Int32 Buffer ) : void
Invalidate ( ) : void

Method Details

ConstantEvaluator() public method

public ConstantEvaluator ( Int32 Value ) : System
Value System.Int32
return System

Generate() public method

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

Invalidate() public method

public Invalidate ( ) : void
return void

Property Details

Value public property

The value of the evaluator.
public Int32,System Value
return System.Int32