C-DEngine 5.105

TheHistoryParameters..::..ComputeMin Property

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