Returns the average of values of the specified path.
Declaration Syntax
C# | Visual Basic | Visual C++ | J# |
public AggregationSet Average( string path )
Public Function Average ( _ path As String _ ) As AggregationSet
public: AggregationSet^ Average( String^ path )
public AggregationSet Average( String path )
Parameters
- path (String)
- Path to inspect
Return Value
Average of values of specified path