 | ArithmaticExpression Constructor (String) |
Ctor.
Namespace:
com.espertech.esper.common.client.soda
Assembly:
NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntaxpublic ArithmaticExpression(
string operator
)
Parameters
- operator
- Type: SystemString
can be any of '-', '+', '*', '/' or '%' (modulo).
See Also