The Range type exposes the following members.
Top
| Name | Description |
---|
 | GroupInt32 | Overloaded.
Returns a grouping by the unique elements in a sequence.
(Defined by Grouping.) |
 | GroupInt32(IEqualityComparerInt32) | Overloaded.
Returns a grouping by the unique elements in a sequence
using the specified comparer to determine equality.
(Defined by Grouping.) |
 | SumInt32 | Overloaded.
Computes the sum of the sequence of values.
(Defined by ArrayMath.) |
 | SumInt32, U(FuncInt32, U) | Overloaded.
Computes the sum of the sequence of values that are obtained
by invoking a transform function on each element of the input sequence.
(Defined by ArrayMath.) |
Top
Reference