DoubleAggregator Structure
This API supports the product infrastructure and is not intended to be used directly from your code.
Computes aggregates over a sequence of double values.
Assembly: System.Data.SqlXml (in System.Data.SqlXml.dll)
| Name | Description | |
|---|---|---|
![]() | AverageResult | This API supports the product infrastructure and is not intended to be used directly from your code. Computes the average value over a sequence of double values. |
![]() | IsEmpty | This API supports the product infrastructure and is not intended to be used directly from your code. Determines whether a sequence of double values is empty. |
![]() | MaximumResult | This API supports the product infrastructure and is not intended to be used directly from your code. Returns the maximum value of a sequence of double values. |
![]() | MinimumResult | This API supports the product infrastructure and is not intended to be used directly from your code. Returns the minimum value of a sequence of double values. |
![]() | SumResult | This API supports the product infrastructure and is not intended to be used directly from your code. Returns the sum of a sequence of double values. |
| Name | Description | |
|---|---|---|
![]() | Average(Double) | This API supports the product infrastructure and is not intended to be used directly from your code. Returns the average of a sequence of double values. |
![]() | Create() | This API supports the product infrastructure and is not intended to be used directly from your code. Initializes a sequence of double values. |
![]() | Equals(Object^) | Indicates whether this instance and a specified object are equal.(Inherited from ValueType.) |
![]() | GetHashCode() | Returns the hash code for this instance.(Inherited from ValueType.) |
![]() | GetType() | |
![]() | Maximum(Double) | This API supports the product infrastructure and is not intended to be used directly from your code. Assigns the value parameter to the existing result if the value parameter is greater than the existing result. |
![]() | Minimum(Double) | This API supports the product infrastructure and is not intended to be used directly from your code. Assigns the value parameter to the existing result if the value parameter is less than the existing result. |
![]() | Sum(Double) | This API supports the product infrastructure and is not intended to be used directly from your code. Adds a Double value to the existing result.. |
![]() | ToString() | Returns the fully qualified type name of this instance.(Inherited from ValueType.) |
Available since 2.0
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

