Download CLab# and CaSPer: User Manual
Transcript
226
CHAPTER 7. CASPER API REFERENCE
C LASS CSPExprBin
D ECLARATION
public class CSPExprBin
: CSPExpr
P ROPERTIES
• Left
public Casper.Data.CSPExpr Left { get; }
Gets the left expression.
• Oper
public Casper.StaticData.Operators Oper { get; }
Gets the operator.
• Right
public Casper.Data.CSPExpr Right { get; }
Gets the right expression.
C ONSTRUCTORS
• Constructor
public CSPExprBin( )
Initializes a new instance of the ”CSPExprBin” class.
– Parameters
∗ left - The left expression.
∗ right - The right expression.
∗ oper - The operator.