Click or drag to resize
Grid Solutions Framework

RandomTComputeDataSourceValueTransposeCompute Method

Transposes order of values in array.

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

Parameters

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

Return Value

DataSourceValue
The transposed value.
See Also