Click or drag to resize

ArithmaticExpression Constructor (String)

Ctor.

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

Parameters

operator
Type: SystemString
can be any of '-', '+', '*', '/' or '%' (modulo).
See Also