C# Class BitOrchestra.DivideConstantEvaluator

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

Méthodes publiques

Свойство Type Description
Amount System.Int32

Méthodes publiques

Méthode Description
DivideConstantEvaluator ( Evaluator Source, Int32 Amount ) : System
Generate ( Int32 Start, Int32 Buffer ) : void

Method Details

DivideConstantEvaluator() public méthode

public DivideConstantEvaluator ( Evaluator Source, Int32 Amount ) : System
Source Evaluator
Amount System.Int32
Résultat System

Generate() public méthode

public Generate ( Int32 Start, Int32 Buffer ) : void
Start System.Int32
Buffer System.Int32
Résultat void

Property Details

Amount public_oe property

The amount that the source is divided by.
public Int32,System Amount
Résultat System.Int32