Maximum Property
- Last UpdatedAug 21, 2026
- 1 minute read
Gets or sets the maximum point stored with a time stamp within the retrieval cycle, if at least one non-NULL point exists for the tag in question within the retrieval cycle.
'Declaration
Public Property Maximum As Double
'Usage
Dim instance As AnalogSummaryQueryResult
Dim value As Double
instance.Maximum = value
value = instance.Maximum
public double Maximum {get; set;}
Property Value
If no points exist within the retrieval cycle, then the value returned is the current value at the cycle start time. If no non-NULL points can be found, then NULL is returned. If the maximum value is NULL, then it is represented by NaN.