Click or drag to resize
Grid Solutions Framework

RandomTComputePhasorValueTransposeCompute Method

Transposes order of values in array.

Namespace: GrafanaAdapters.Functions.BuiltIn
Assembly: GrafanaAdapters (in GrafanaAdapters.dll) Version: 2.4.182-beta
Syntax
protected override PhasorValue TransposeCompute(
	PhasorValue currentValue,
	PhasorValue[] values,
	int index
)
View Source

Parameters

currentValue  PhasorValue
Source value.
values  PhasorValue
Array of values.
index  Int32
Index of current value.

Return Value

PhasorValue
The transposed value.
See Also