Click or drag to resize

MeasurePoint Constructor (Double, Double)

Initializes a new instance of the MeasurePoint class.

Namespace:  Hummingbird.TestFramework.Automation
Assembly:  Hummingbird.TestFramework (in Hummingbird.TestFramework.dll) Version: 1.2.0.0
Syntax
public MeasurePoint(
	double time,
	double value
)

Parameters

time
Type: SystemDouble
The time point.
value
Type: SystemDouble
The value.
See Also