C-DEngine 5.105

TheHistoryParameters..::..ComputeMax Property

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