Click or drag to resize

MeasurementMetadata Constructor


Namespace: GSF.TimeSeries
Assembly: GSF.TimeSeries (in GSF.TimeSeries.dll) Version: 2.4.181-beta
Syntax
public MeasurementMetadata(
	MeasurementKey key,
	string tagName,
	double adder,
	double multiplier,
	MeasurementValueFilterFunction measurementValueFilter
)
View Source

Parameters

key  MeasurementKey
Gets or sets the primary key of this IMeasurement.
tagName  String
Gets or sets the text based tag name of this IMeasurement.
adder  Double
Defines an offset to add to the IMeasurement value.
multiplier  Double
Defines a multiplicative offset to apply to the IMeasurement value.
measurementValueFilter  MeasurementValueFilterFunction
Gets or sets function used to apply a down-sampling filter over a sequence of IMeasurement values.
See Also