The Pivot type exposes the following members.
| Name | Description |
---|
 | AggregateIntoT, U(VectorT, AggregatorT, U, VectorU) |
Applies the specified aggregator to the elements of a vector according to the current grouping.
|
 | AggregateIntoT, U(VectorT, VectorT, Aggregator2T, U, VectorU) |
Applies the specified aggregator to the elements of a vector according to the current grouping.
|
 | CountsMatrix |
Returns a matrix that contains the counts of the elements in each pivot cell.
|
 | Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
 | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
 | GetCounts |
Returns a histogram of the number of observations in each group.
|
 | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
 | GetIndexes(Int32) |
Returns the sequence of indexes for the specified group.
|
 | GetIndexes(Int32, Int32) |
Gets a sequence of indexes for the grouping.
|
 | GetType | Gets the Type of the current instance. (Inherited from Object.) |
 | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
 | ToString | Returns a string that represents the current object. (Inherited from Object.) |
Top
Reference