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

Gets or sets the names of measures to derive from facts.

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

Syntax

Visual Basic (Declaration)
Public Property DerivedMeasures As String()
C#
public string[] DerivedMeasures { get; set; }
Visual C++
public:
property array<String^>^ DerivedMeasures {
	array<String^>^ get ();
	void set (array<String^>^ value);
}