Spread WPF Documentation
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 7, Windows 8 Desktop, Windows Vista SP1 or later, Windows Server 2000, Windows 2000 Professional (SP4), Windows XP (SP2), Windows 2008, Windows 2003 Server (SP1)

See Also

Reference

CalcUnaryOperatorExpression Class
CalcUnaryOperatorExpression Members

 

 


Copyright © GrapeCity, inc. All rights reserved.