Click or drag to resize

ArithmaticExpressionAdd Method (String)

Add a property to include in the computation.

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

Parameters

propertyName
Type: SystemString
is the name of the property

Return Value

Type: ArithmaticExpression
expression
See Also