FarPoint.CalcEngine Assembly / FarPoint.CalcEngine Namespace / BinaryOperatorExpression Class / Arg0 Property


In This Topic
Arg0 Property
In This Topic
Gets the left-side operand for the expression.
Syntax
'Declaration
 
Public ReadOnly Property Arg0 As Expression
 
'Usage
 
Dim instance As BinaryOperatorExpression
Dim value As Expression
 
value = instance.Arg0
See Also