Endeca Presentation API
ExprBinary Constructor (function, lhs, rhs)
NamespacesEndeca.Navigation.AnalyticsExprBinaryExprBinaryExprBinaryNew(ExprBinary..::ExprBinaryOp, IExpr, IExpr)
The ExprBinary will compute the specified specified function on the specified lhs and rhs parameters.
Declaration Syntax
C#Visual BasicVisual C++
public ExprBinary(
	ExprBinary.ExprBinary..::ExprBinaryOp function,
	IExpr lhs,
	IExpr rhs
)
Public Sub New ( _
	function As ExprBinary..::ExprBinaryOp, _
	lhs As IExpr, _
	rhs As IExpr _
)
public:
ExprBinary (
	ExprBinary..::ExprBinaryOp^ function, 
	IExpr^ lhs, 
	IExpr^ rhs
)
Parameters
function (ExprBinary..::ExprBinaryOp)
A mathematical function (of type ExprBinary..::ExprBinaryOp) that specifies the type of operation to be made. See the Function property for a list of the function names.
lhs (IExpr)
An object of type IExpr that will be the left-hand side of this binary expression.
rhs (IExpr)
An object of type IExpr that will be the right-hand side of this binary expression.

Assembly: Endeca.Navigation (Module: Endeca.Navigation) Version: 0.0.0.0