C# Class BitOrchestra.GeneratorEvaluator

An evaluator for a generator function.
Inheritance: UnaryEvaluator
Show file Open project: dzamkov/Bit-Orchestra

Public Properties

Property Type Description
Period double
Scale double

Public Methods

Method Description
GeneratorEvaluator ( Evaluator Source, double Period, double Scale ) : System

Method Details

GeneratorEvaluator() public method

public GeneratorEvaluator ( Evaluator Source, double Period, double Scale ) : System
Source Evaluator
Period double
Scale double
return System

Property Details

Period public property

The length of a period for this generator.
public double Period
return double

Scale public property

The amount the output value is scaled by.
public double Scale
return double