GrapeCity.Xaml.CalcEngine
CalcUnaryOperatorExpression Constructor


The unary operator.
The operand.
Initializes a new instance of the CalcUnaryOperatorExpression class.
Syntax
'Declaration
 
Public Function New( _
   ByVal oper As CalcUnaryOperator, _
   ByVal operand As CalcExpression _
)
'Usage
 
Dim oper As CalcUnaryOperator
Dim operand As CalcExpression
 
Dim instance As New CalcUnaryOperatorExpression(oper, operand)
public CalcUnaryOperatorExpression( 
   CalcUnaryOperator oper,
   CalcExpression operand
)

Parameters

oper
The unary operator.
operand
The operand.
Exceptions
ExceptionDescription
System.ArgumentNullExceptionoper or operand is a null reference (Nothing in Visual Basic).
Requirements

Target Platforms: Windows Server 2012, Windows RT

See Also

Reference

CalcUnaryOperatorExpression Class
CalcUnaryOperatorExpression Members

 

 


Copyright © GrapeCity, inc. All rights reserved.

Support Options