Spread WinForms 15
FarPoint.CalcEngine Assembly / FarPoint.CalcEngine Namespace / UnaryOperatorExpression Class / Arg Property


In This Topic
Arg Property (UnaryOperatorExpression)
In This Topic
Gets the operand for the expression.
Syntax
'Declaration
 
Public ReadOnly Property Arg As Expression
 
'Usage
 
Dim instance As UnaryOperatorExpression
Dim value As Expression
 
value = instance.Arg
See Also