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

Constructor requires the name of the field to use in the parent view to compute the statistics.

Namespace: net.esper.view.stat
Assembly:   NEsper (in NEsper.dll)

Syntax

Visual Basic (Declaration)
Public Sub New ( _
	fieldName As String _
)
C#
public UnivariateStatisticsView (
	string fieldName
)
Visual C++
public:
UnivariateStatisticsView (
	String^ fieldName
)

Parameters

fieldName
System.String
is the name of the field within the parent view to use to get numeric data points for this view to compute the statistics on.