Click or drag to resize
Grid Solutions Framework

DifferenceTComputePhasorValueTransposeCompute 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 PhasorValue TransposeCompute(
	PhasorValue currentValue,
	PhasorValue lastValue
)
View Source

Parameters

currentValue  PhasorValue
Source value.
lastValue  PhasorValue
Last result.

Return Value

PhasorValue
Calculated difference.
See Also