C# Class YAMP.GtOperator

The construction scheme for a greater than operator.
Inheritance: LogicOperator
Show file Open project: FlorianRappl/YAMP

Public Properties

Property Type Description
Mapping BinaryOperatorMappingList
OpLevel int
Symbol String

Public Methods

Method Description
Compare ( ScalarValue left, ScalarValue right ) : ScalarValue
Create ( ) : Operator
GtOperator ( ) : System

Method Details

Compare() public method

public Compare ( ScalarValue left, ScalarValue right ) : ScalarValue
left ScalarValue
right ScalarValue
return ScalarValue

Create() public method

public Create ( ) : Operator
return Operator

GtOperator() public method

public GtOperator ( ) : 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