Click or drag to resize
Pair Class
Module with helper functions for extracting values from hierarchical tuples [category:Primitive types and values]
Inheritance Hierarchy
SystemObject
  DeedlePair

Namespace:  Deedle
Assembly:  Deedle (in Deedle.dll) Version: 1.2
Syntax
C#
public static class Pair

The Pair type exposes the following members.

Methods
  NameDescription
Public methodStatic memberflatten3a, b, c
Flatten a two-level nested tuple into a flat tuple of 3 elements
Public methodStatic memberflatten4a, b, c, d
Flatten a two-level nested tuple into a flat tuple of 4 elements
Public methodStatic memberget1And2Of3a, b, c
Returns the first and the second value of a three-level hierarchical tuple
Public methodStatic memberget1And3Of3a, b, c
Returns the first and the third value of a three-level hierarchical tuple
Public methodStatic memberget1Of2a, b
Returns the first value of a two-level hierarchical tuple
Public methodStatic memberget1Of3a, b, c
Returns the first value of a three-level hierarchical tuple
Public methodStatic memberget1Of4a, b, c, d
Returns the first value of a four-level hierarchical tuple
Public methodStatic memberget2And3Of3a, b, c
Returns the second and the third value of a three-level hierarchical tuple
Public methodStatic memberget2Of2a, b
Returns the second value of a two-level hierarchical tuple
Public methodStatic memberget2Of3a, b, c
Returns the second value of a three-level hierarchical tuple
Public methodStatic memberget2Of4a, b, c, d
Returns the second value of a four-level hierarchical tuple
Public methodStatic memberget3Of3a, b, c
Returns the third value of a three-level hierarchical tuple
Public methodStatic memberget3Of4a, b, c, d
Returns the third value of a four-level hierarchical tuple
Public methodStatic memberget4Of4a, b, c, d
Returns the fourth value of a four-level hierarchical tuple
Top
See Also