[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Assembly: NEsper (in NEsper.dll)
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) |
---|
Function GetValuesInRange ( _ min As Integer, _ max As Integer _ ) As ISet(Of Integer) |
C# |
---|
ISet<int> GetValuesInRange ( int min, int max ) |
Visual C++ |
---|
ISet<int>^ GetValuesInRange ( int min, int max ) |
Parameters
- min
- System.Int32
lower end of range
- max
- System.Int32
upper end of range