Int64Aggregator Struct
Definition
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 |
Returns an |
IsEmpty |
Returns a Boolean value that indicates whether the sequence of |
MaximumResult |
Gets the largest |
MinimumResult |
Gets the smallest |
SumResult |
Returns an |
Methods
Average(Int64) |
Finds an average of a sequence of |
Create() |
Initializes a sequence of |
Maximum(Int64) |
Assigns the |
Minimum(Int64) |
Assigns the |
Sum(Int64) |
Adds an |