|
GrafanaFunctionBaseTExecuteFunction Method
|
Executes specified function against data source values enumeration using provided parameters.
Namespace: GrafanaAdapters.FunctionsAssembly: GrafanaAdapters (in GrafanaAdapters.dll) Version: 2.4.207-beta
Syntax Remarks
This method uses the
TransposeCompute(FuncDouble, Double) method to execute the specified
function against each data source value in the provided enumeration operating on all the values in the
target data source value type. For example, if the target data source value type is a phasor, this method
will execute the function against both the magnitude and angle of each phasor value.
See Also