Int64Aggregator Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Computes aggregates over a sequence of Int64 values.
This API supports the product infrastructure and is not intended to be used directly from your code.
public value class Int64Aggregator
public struct Int64Aggregator
type Int64Aggregator = struct
Public Structure Int64Aggregator
- Inheritance
Properties
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. Gets 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. |
Methods
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. |
Maximum(Int64) |
This API supports the product infrastructure and is not intended to be used directly from your code. Assigns the |
Minimum(Int64) |
This API supports the product infrastructure and is not intended to be used directly from your code. Assigns the |
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. |