C# Class Yea.Reflection.Emit.Commands.Subtract

Subtracts two variables
Inheritance: Yea.Reflection.Emit.BaseClasses.CommandBase
Mostra file Open project: OxPatient/Rule-Engine Class Usage Examples

Public Methods

Method Description
Setup ( ) : void

Sets up the command

Subtract ( object leftHandSide, object rightHandSide ) : System.Globalization

Constructor

ToString ( ) : string

Converts the command to a string

Method Details

Setup() public method

Sets up the command
public Setup ( ) : void
return void

Subtract() public method

Constructor
public Subtract ( object leftHandSide, object rightHandSide ) : System.Globalization
leftHandSide object Left variable
rightHandSide object Right variable
return System.Globalization

ToString() public method

Converts the command to a string
public ToString ( ) : string
return string