| 
            
              ParametersValue(Int32) Method
             | 
          
        
        
            Gets value of parameter at specified index, if the index is valid.
            
        
        Namespace: GrafanaAdapters.FunctionsAssembly: GrafanaAdapters (in GrafanaAdapters.dll) Version: 2.4.257-beta
SyntaxView SourceParameters
- 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