C# Class YAMP.LtOperator

This is the lighter 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
LtOperator ( ) : 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

LtOperator() public method

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