Returns the sum of values of the specified path.
| C# | Visual Basic | Visual C++ | J# |
public AggregationSet Sum( string path )
Public Function Sum ( _ path As String _ ) As AggregationSet
public: AggregationSet^ Sum( String^ path )
public AggregationSet Sum( String path )
- path (String)
- Path to inspect
Sum of values of specified path
