Click or drag to resize
Grid Solutions Framework

DifferenceTComputeMeasurementValueTransposeCompute Method

Computes the difference between the current value and the last value.

Namespace: GrafanaAdapters.Functions.BuiltIn
Assembly: GrafanaAdapters (in GrafanaAdapters.dll) Version: 2.4.182-beta
Syntax
protected override MeasurementValue TransposeCompute(
	MeasurementValue currentValue,
	MeasurementValue lastValue
)
View Source

Parameters

currentValue  MeasurementValue
Source value.
lastValue  MeasurementValue
Last result.

Return Value

MeasurementValue
Calculated difference.
See Also