C# Class YAMP.ColumnOperator

The matrix column operator , - used to seperate various columns in the entered matrix.
Inheritance: BinaryOperator
Exibir arquivo Open project: FlorianRappl/YAMP

Public Properties

Property Type Description
Mapping BinaryOperatorMappingList
OpLevel int
Symbol String

Public Methods

Method Description
ColumnOperator ( ) : System
ColumnOperator ( ParseEngine engine ) : System
Create ( ) : Operator
Perform ( Value left, Value right ) : Value
RegisterElement ( IElementMapping elementMapping ) : void

Method Details

ColumnOperator() public method

public ColumnOperator ( ) : System
return System

ColumnOperator() public method

public ColumnOperator ( ParseEngine engine ) : System
engine ParseEngine
return System

Create() public method

public Create ( ) : Operator
return Operator

Perform() public method

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

RegisterElement() public method

public RegisterElement ( IElementMapping elementMapping ) : void
elementMapping IElementMapping
return void

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