Click or drag to resize
Grid Solutions Framework

RandomTTransposeCompute Method

Transposes order of values in array.

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

Parameters

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

Return Value

T
The transposed value.
See Also