Pair Class |
Namespace: Deedle
public static class Pair
The Pair type exposes the following members.
Name | Description | |
---|---|---|
flatten3a, b, c |
Flatten a two-level nested tuple into a flat tuple of 3 elements
| |
flatten4a, b, c, d |
Flatten a two-level nested tuple into a flat tuple of 4 elements
| |
get1And2Of3a, b, c |
Returns the first and the second value of a three-level hierarchical tuple
| |
get1And3Of3a, b, c |
Returns the first and the third value of a three-level hierarchical tuple
| |
get1Of2a, b |
Returns the first value of a two-level hierarchical tuple
| |
get1Of3a, b, c |
Returns the first value of a three-level hierarchical tuple
| |
get1Of4a, b, c, d |
Returns the first value of a four-level hierarchical tuple
| |
get2And3Of3a, b, c |
Returns the second and the third value of a three-level hierarchical tuple
| |
get2Of2a, b |
Returns the second value of a two-level hierarchical tuple
| |
get2Of3a, b, c |
Returns the second value of a three-level hierarchical tuple
| |
get2Of4a, b, c, d |
Returns the second value of a four-level hierarchical tuple
| |
get3Of3a, b, c |
Returns the third value of a three-level hierarchical tuple
| |
get3Of4a, b, c, d |
Returns the third value of a four-level hierarchical tuple
| |
get4Of4a, b, c, d |
Returns the fourth value of a four-level hierarchical tuple
|