Int64Aggregator Structure
This API supports the product infrastructure and is not intended to be used directly from your code.
Computes aggregates over a sequence of Int64 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. Returns an Int64 value that contains the average of a sequence of Int64 values. |
![]() | IsEmpty | This API supports the product infrastructure and is not intended to be used directly from your code. Returns a Boolean value that indicates whether the sequence of Int64 values is empty. |
![]() | MaximumResult | This API supports the product infrastructure and is not intended to be used directly from your code. Gets the largest Int64 value. |
![]() | MinimumResult | This API supports the product infrastructure and is not intended to be used directly from your code. Gest the smallest Int64 value. |
![]() | SumResult | This API supports the product infrastructure and is not intended to be used directly from your code. Returns an Int64 value that contains the sum of a sequence of Int64 values. |
| Name | Description | |
|---|---|---|
![]() | Average(Int64) | This API supports the product infrastructure and is not intended to be used directly from your code. Finds an average of a sequence of Int64 values. |
![]() | Create() | This API supports the product infrastructure and is not intended to be used directly from your code. Initializes a sequence of Int64 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(Int64) | 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(Int64) | 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(Int64) | This API supports the product infrastructure and is not intended to be used directly from your code. Adds an Int64 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.

