Nodes which represent binary arithmetic operators.

Namespace: NHibernate.Hql.Ast.ANTLR.Tree
Assembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)

Syntax

C#
public class BinaryArithmeticOperatorNode : AbstractSelectExpression, 
	IBinaryOperatorNode, IOperatorNode, IDisplayableNode
Visual Basic
Public Class BinaryArithmeticOperatorNode _
	Inherits AbstractSelectExpression _
	Implements IBinaryOperatorNode, IOperatorNode, IDisplayableNode
Visual C++
public ref class BinaryArithmeticOperatorNode : public AbstractSelectExpression, 
	IBinaryOperatorNode, IOperatorNode, IDisplayableNode

Inheritance Hierarchy

See Also