C# 클래스 Yea.Reflection.Emit.Commands.Multiply

Multiply two variables
상속: Yea.Reflection.Emit.BaseClasses.CommandBase
파일 보기 프로젝트 열기: OxPatient/Rule-Engine 1 사용 예제들

공개 메소드들

메소드 설명
Multiply ( object leftHandSide, object rightHandSide ) : System.Globalization

Constructor

Setup ( ) : void

Set up the command

ToString ( ) : string

Converts the command to the string

메소드 상세

Multiply() 공개 메소드

Constructor
public Multiply ( object leftHandSide, object rightHandSide ) : System.Globalization
leftHandSide object Left variable
rightHandSide object Right variable
리턴 System.Globalization

Setup() 공개 메소드

Set up the command
public Setup ( ) : void
리턴 void

ToString() 공개 메소드

Converts the command to the string
public ToString ( ) : string
리턴 string