C-DEngine 5.105

TheHistoryParameters..::..ComputeAvg Property

For each property, add a property [name].Avg that contains the average of the values in the SamplingWindow. The computed property must be requested in the list of properties.

Namespace:  nsCDEngine.Engines.ThingService
Assembly:  C-DEngine (in C-DEngine.dll)

Syntax


public bool ComputeAvg { get; set; }
Public Property ComputeAvg As Boolean
	Get
	Set
public:
property bool^ ComputeAvg {
	bool^ get ();
	void set (bool^ value);
}