Click or drag to resize

ImmediateMeasurementsTagMinimum Method

Returns the minimum value of all measurements associated with the specified tag.

Namespace: GSF.TimeSeries
Assembly: GSF.TimeSeries (in GSF.TimeSeries.dll) Version: 2.4.181-beta
Syntax
public double TagMinimum(
	string tag
)
View Source

Parameters

tag  String
The tag group to evaluate.

Return Value

Double
A Double value representing the tag minimum.
See Also