Minimum Property
- Last UpdatedAug 21, 2026
- 1 minute read
Gets or sets the minimum 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 Minimum As Double
'Usage
Dim instance As AnalogSummaryQueryResult
Dim value As Double
instance.Minimum = value
value = instance.Minimum
public double Minimum {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.