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

Multiply two variables
Inheritance: Yea.Reflection.Emit.BaseClasses.CommandBase
Afficher le fichier Open project: OxPatient/Rule-Engine Class Usage Examples

Méthodes publiques

Méthode Description
Multiply ( object leftHandSide, object rightHandSide ) : System.Globalization

Constructor

Setup ( ) : void

Set up the command

ToString ( ) : string

Converts the command to the string

Method Details

Multiply() public méthode

Constructor
public Multiply ( object leftHandSide, object rightHandSide ) : System.Globalization
leftHandSide object Left variable
rightHandSide object Right variable
Résultat System.Globalization

Setup() public méthode

Set up the command
public Setup ( ) : void
Résultat void

ToString() public méthode

Converts the command to the string
public ToString ( ) : string
Résultat string