'Declaration
Public Overloads Function Aggregate( _ ByVal aggType As AggregateEnum, _ ByVal flags As AggregateFlags _ ) As Double
public double Aggregate( AggregateEnum aggType, AggregateFlags flags )
Parameters
- aggType
- AggregateEnum value that specifies the type of aggregate to calculate.
- flags
- AggregateFlags value that specifies aggregation options.
Return Value
A System.Double that represents the aggregate value.