[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Return a set of int values representing the value of the parameter for the given range.

Namespace: net.esper.eql.parse
Assembly:   NEsper (in NEsper.dll)

Syntax

Visual Basic (Declaration)
Public Function GetValuesInRange ( _
	min As Integer, _
	max As Integer _
) As ISet(Of Integer)
C#
public ISet<int> GetValuesInRange (
	int min,
	int max
)
Visual C++
public:
virtual ISet<int>^ GetValuesInRange (
	int min, 
	int max
) sealed

Parameters

min
System.Int32
lower end of range
max
System.Int32
upper end of range

Return Value

set of integer