DoubleAggregator 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 double
values.
This API supports the product infrastructure and is not intended to be used directly from your code.
public value class DoubleAggregator
public struct DoubleAggregator
type DoubleAggregator = struct
Public Structure DoubleAggregator
- Inheritance
Properties
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 |
IsEmpty |
This API supports the product infrastructure and is not intended to be used directly from your code. Determines whether a sequence of |
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 |
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 |
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 |
Methods
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 |
Create() |
This API supports the product infrastructure and is not intended to be used directly from your code. Initializes a sequence of |
Maximum(Double) |
This API supports the product infrastructure and is not intended to be used directly from your code. Assigns the |
Minimum(Double) |
This API supports the product infrastructure and is not intended to be used directly from your code. Assigns the |
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. |