C-DEngine 5.105

TheHistoryParameters..::..ComputeN Property

For each property, add a property [name].N that contains the count 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 ComputeN { get; set; }
Public Property ComputeN As Boolean
	Get
	Set
public:
property bool^ ComputeN {
	bool^ get ();
	void set (bool^ value);
}