Spread Silverlight Documentation
Operator Property (CalcUnaryOperatorExpression)


GrapeCity.CalcEngine.Expressions Namespace > CalcUnaryOperatorExpression Class : Operator Property
Gets the operator of the unary operation.
Syntax
'Declaration
 
Public ReadOnly Property Operator As CalcUnaryOperator
'Usage
 
Dim instance As CalcUnaryOperatorExpression
Dim value As CalcUnaryOperator
 
value = instance.Operator
public CalcUnaryOperator Operator {get;}

Property Value

A GrapeCity.CalcEngine.Operators.CalcUnaryOperator that represents the unary operation.
See Also

Reference

CalcUnaryOperatorExpression Class
CalcUnaryOperatorExpression Members