Click or drag to resize

performanceTake Constructor (DateTime, Double, Double)

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Initializes a new instance of the performanceTake class

Namespace:  imbACE.Core.data.measurement
Assembly:  imbACE.Core (in imbACE.Core.dll) Version: 0.2
Syntax
C#
public performanceTake(
	DateTime __samplingTime,
	double __secondsSinceLastTake,
	double __reading
)
Request Example View Source

Parameters

__samplingTime
Type: SystemDateTime
__secondsSinceLastTake
Type: SystemDouble
__reading
Type: SystemDouble
See Also