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

Encapsulates a parameter specifying a frequency, i.e. '* / 5'.

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

Syntax

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

Inheritance Hierarchy

System.Object
  net.esper.eql.parse.FrequencyParameter