Click or drag to resize
Grid Solutions Framework

ParametersValue(Int32) Method

Gets value of parameter at specified index, if the index is valid.

Namespace: GrafanaAdapters.Functions
Assembly: GrafanaAdapters (in GrafanaAdapters.dll) Version: 2.4.182-beta
Syntax
public Object Value(
	int index
)
View Source

Parameters

index  Int32
Index of parameter to get.

Return Value

Object
The value of parameter at specified index if the index is valid; otherwise, null.
Remarks
This function will not throw an exception if the index is invalid.
See Also