C# Class BitOrchestra.UnaryExpression

Performs an operation on a source expression.
Inheritance: Expression
Afficher le fichier Open project: dzamkov/Bit-Orchestra Class Usage Examples

Méthodes publiques

Свойство Type Description
Operation UnaryOperation
Source Expression

Méthodes publiques

Méthode Description
Equals ( object obj ) : bool
GetHashCode ( ) : int
UnaryExpression ( Expression Source, UnaryOperation Operation ) : System

Méthodes protégées

Méthode Description
CreateEvaluator ( Evaluator>.Dictionary Cache, int BufferSize, int Resolution ) : Evaluator

Method Details

CreateEvaluator() protected méthode

protected CreateEvaluator ( Evaluator>.Dictionary Cache, int BufferSize, int Resolution ) : Evaluator
Cache Evaluator>.Dictionary
BufferSize int
Resolution int
Résultat Evaluator

Equals() public méthode

public Equals ( object obj ) : bool
obj object
Résultat bool

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

UnaryExpression() public méthode

public UnaryExpression ( Expression Source, UnaryOperation Operation ) : System
Source Expression
Operation UnaryOperation
Résultat System

Property Details

Operation public_oe property

The operation performed by this expression.
public UnaryOperation Operation
Résultat UnaryOperation

Source public_oe property

The source expression for this unary expression.
public Expression,BitOrchestra Source
Résultat Expression