Click or drag to resize

ExpressionsDivide Method (String, String)

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(
	string propertyLeft,
	string propertyRight
)

Parameters

propertyLeft
Type: SystemString
the name of the property providing left hand values
propertyRight
Type: SystemString
the name of the property providing right hand values

Return Value

Type: ArithmaticExpression
expression
See Also