Click or drag to resize
Grid Solutions Framework

SerializableRangeTest(ICollectionIMeasurement, Double, Double) Constructor

Initializes a new instance of the SerializableRangeTest.

Namespace: DataQualityMonitoring.Services
Assembly: DataQualityMonitoring (in DataQualityMonitoring.dll) Version: 2.4.182-beta
Syntax
public SerializableRangeTest(
	ICollection<IMeasurement> outOfRangeMeasurements,
	double lowRange,
	double highRange
)
View Source

Parameters

outOfRangeMeasurements  ICollectionIMeasurement
The collection of out-of-range measurements to be contained by this SerializableRangeTest.
lowRange  Double
The lower boundary of the measurements' values.
highRange  Double
The upper boundary of the measurements' values.
See Also