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

Represents a range of numbers as a parameter.

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

Syntax

Visual Basic (Declaration)
Public Class RangeParameter _
	Implements NumberSetParameter
C#
public class RangeParameter : NumberSetParameter
Visual C++
public ref class RangeParameter : NumberSetParameter

Inheritance Hierarchy

System.Object
  net.esper.eql.parse.RangeParameter