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

Divide two variables
Inheritance: Yea.Reflection.Emit.BaseClasses.CommandBase
显示文件 Open project: OxPatient/Rule-Engine Class Usage Examples

Public Methods

Method Description
Divide ( object leftHandSide, object rightHandSide ) : System.Globalization

Constructor

Setup ( ) : void

Sets up the command

ToString ( ) : string

Converts the command to a string

Method Details

Divide() public method

Constructor
public Divide ( object leftHandSide, object rightHandSide ) : System.Globalization
leftHandSide object
rightHandSide object
return System.Globalization

Setup() public method

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

ToString() public method

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