Click or drag to resize

MeasurementMetadataChangeAdderMultiplier Method

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

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

Parameters

adder  Double
The adder to set.
multiplier  Double
The multiplier to set.

Return Value

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