C# Class YAMP.PowerOperator

This class contains the construction plan for a power operator.
Inheritance: BinaryOperator
Show file Open project: FlorianRappl/YAMP Class Usage Examples

Public Properties

Property Type Description
Mapping BinaryOperatorMappingList
OpLevel int
Symbol String

Public Methods

Method Description
Create ( ) : Operator
Perform ( Value left, Value right ) : Value
PowerOperator ( ) : System

Method Details

Create() public method

public Create ( ) : Operator
return Operator

Perform() public method

public Perform ( Value left, Value right ) : Value
left Value
right Value
return Value

PowerOperator() public method

public PowerOperator ( ) : System
return System

Property Details

Mapping public static property

public static BinaryOperatorMappingList,YAMP Mapping
return BinaryOperatorMappingList

OpLevel public static property

public static int OpLevel
return int

Symbol public static property

public static String Symbol
return String