[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)
Ctor.
Namespace: net.esper.eql.parse
Assembly: NEsper (in NEsper.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Sub New ( _ low As Integer, _ high As Integer _ ) |
C# |
---|
public RangeParameter ( int low, int high ) |
Visual C++ |
---|
public: RangeParameter ( int low, int high ) |
Parameters
- low
- System.Int32
Start of range
- high
- System.Int32
end of range