Int32Aggregator 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 Int32 values.
This API supports the product infrastructure and is not intended to be used directly from your code.
public value class Int32Aggregator
public struct Int32Aggregator
type Int32Aggregator = struct
Public Structure Int32Aggregator
- Inheritance
Properties
AverageResult |
This API supports the product infrastructure and is not intended to be used directly from your code. Returns the average result of a sequence of Int32 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 if the sequence is empty. |
MaximumResult |
This API supports the product infrastructure and is not intended to be used directly from your code. Returns the largest value in a sequence of Int32 values. |
MinimumResult |
This API supports the product infrastructure and is not intended to be used directly from your code. Returns the smallest value in a sequence of Int32 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 Int32 values. |
Methods
Average(Int32) |
This API supports the product infrastructure and is not intended to be used directly from your code. Finds the average of a sequence of Int32 values. |
Create() |
This API supports the product infrastructure and is not intended to be used directly from your code. Initializes a sequence of Int32 values. |
Maximum(Int32) |
This API supports the product infrastructure and is not intended to be used directly from your code. Assigns the |
Minimum(Int32) |
This API supports the product infrastructure and is not intended to be used directly from your code. Assigns the |
Sum(Int32) |
This API supports the product infrastructure and is not intended to be used directly from your code. Adds an Int32 value to the existing result. |
Applies to
.NET