GrapeCity.Xaml.CalcEngine
CalcBinaryOperatorExpression Constructor


The binary operator.
The left operand.
The right operand.
Initializes a new instance of the CalcBinaryOperatorExpression class.
Syntax
'Declaration
 
Public Function New( _
   ByVal oper As CalcBinaryOperator, _
   ByVal left As CalcExpression, _
   ByVal right As CalcExpression _
)
'Usage
 
Dim oper As CalcBinaryOperator
Dim left As CalcExpression
Dim right As CalcExpression
 
Dim instance As New CalcBinaryOperatorExpression(oper, left, right)
public CalcBinaryOperatorExpression( 
   CalcBinaryOperator oper,
   CalcExpression left,
   CalcExpression right
)

Parameters

oper
The binary operator.
left
The left operand.
right
The right operand.
Requirements

Target Platforms: Windows Server 2012, Windows RT

See Also

Reference

CalcBinaryOperatorExpression Class
CalcBinaryOperatorExpression Members

 

 


Copyright © GrapeCity, inc. All rights reserved.

Support Options