Click or drag to resize

ExpressionsMedian Method (Expression)

Median aggregation function.

Namespace:  com.espertech.esper.common.client.soda
Assembly:  NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntax
C#
public static MedianProjectionExpression Median(
	Expression expression
)

Parameters

expression
Type: com.espertech.esper.common.client.sodaExpression
provides the values to aggregate.

Return Value

Type: MedianProjectionExpression
expression
See Also