Click or drag to resize

MeasurementMetadataChangeAdder Method

Creates a new instance of MeasurementMetadata using the provided adder. All other fields remain the same.

Namespace: GSF.TimeSeries
Assembly: GSF.TimeSeries (in GSF.TimeSeries.dll) Version: 2.4.181-beta
Syntax
public MeasurementMetadata ChangeAdder(
	double adder
)
View Source

Parameters

adder  Double
The adder to set.

Return Value

MeasurementMetadata
New instance of MeasurementMetadata using the provided adder.
See Also