Returns the sum of values of the specified path.
Declaration Syntax
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 )
Parameters
- path (String)
- Path to inspect
Return Value
Sum of values of specified path