Click or drag to resize

ExpressionsDivide Method (Expression, Expression)

Division.

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

Parameters

left
Type: com.espertech.esper.common.client.sodaExpression
the expression providing left hand values
right
Type: com.espertech.esper.common.client.sodaExpression
the expression providing right hand values

Return Value

Type: ArithmaticExpression
expression
See Also