Click or drag to resize
Grid Solutions Framework

DifferenceTTransposeCompute 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 abstract T TransposeCompute(
	T currentValue,
	T lastValue
)
View Source

Parameters

currentValue  T
Source value.
lastValue  T
Last result.

Return Value

T
Calculated difference.
See Also