[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)
Returns true if all values between and including min and max are supplied by the parameter.
Namespace: net.esper.eql.parse
Assembly: NEsper (in NEsper.dll)
Syntax
Visual Basic (Declaration) |
---|
Function IsWildcard ( _ min As Integer, _ max As Integer _ ) As Boolean |
C# |
---|
bool IsWildcard ( int min, int max ) |
Visual C++ |
---|
bool IsWildcard ( int min, int max ) |
Parameters
- min
- System.Int32
lower end of range
- max
- System.Int32
upper end of range