Click or drag to resize

ArithmaticExpression Constructor (Expression, String, Expression)

Ctor.

Namespace:  com.espertech.esper.common.client.soda
Assembly:  NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntax
C#
public ArithmaticExpression(
	Expression left,
	string operator,
	Expression right
)

Parameters

left
Type: com.espertech.esper.common.client.sodaExpression
the left hand side
operator
Type: SystemString
can be any of '-', '+', '*', '/' or '%' (modulo).
right
Type: com.espertech.esper.common.client.sodaExpression
the right hand side
See Also