C# Class YAMP.PowerOperator

This class contains the construction plan for a power operator.
Inheritance: BinaryOperator
ファイルを表示 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_oe static_oe property

public static BinaryOperatorMappingList,YAMP Mapping
return BinaryOperatorMappingList

OpLevel public_oe static_oe property

public static int OpLevel
return int

Symbol public_oe static_oe property

public static String Symbol
return String