Click or drag to resize

MeasurementMetadataChangeMultiplier Method

Creates a new instance of MeasurementMetadata using the provided 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 ChangeMultiplier(
	double multiplier
)
View Source

Parameters

multiplier  Double
The multiplier to set.

Return Value

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