Click or drag to resize

ExpressionsMin Method (String, String, String)

Minimum value per-row function (not aggregating).

Namespace:  com.espertech.esper.common.client.soda
Assembly:  NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntax
C#
public static MinRowExpression Min(
	string propertyOne,
	string propertyTwo,
	params string[] moreProperties
)

Parameters

propertyOne
Type: SystemString
the name of a first property to compare
propertyTwo
Type: SystemString
the name of a second property to compare
moreProperties
Type: SystemString
optional additional properties to compare

Return Value

Type: MinRowExpression
expression
See Also