Kerbal Space Program  1.12.4
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros
Public Member Functions | Static Public Member Functions | Public Attributes | List of all members
Smooth.Algebraics.Tuple< T1, T2, T3, T4, T5, T6, T7, T8, T9 > Struct Template Reference

Struct representing a sequence of nine elements. More...

Inheritance diagram for Smooth.Algebraics.Tuple< T1, T2, T3, T4, T5, T6, T7, T8, T9 >:

Public Member Functions

int CompareTo (Tuple< T1, T2, T3, T4, T5, T6, T7, T8, T9 > other)
 
override bool Equals (object o)
 
bool Equals (Tuple< T1, T2, T3, T4, T5, T6, T7, T8, T9 > t)
 
override int GetHashCode ()
 
override string ToString ()
 
 Tuple (T1 Item1, T2 Item2, T3 Item3, T4 Item4, T5 Item5, T6 Item6, T7 Item7, T8 Item8, T9 Item9)
 

Static Public Member Functions

static bool operator!= (Tuple< T1, T2, T3, T4, T5, T6, T7, T8, T9 > lhs, Tuple< T1, T2, T3, T4, T5, T6, T7, T8, T9 > rhs)
 
static bool operator< (Tuple< T1, T2, T3, T4, T5, T6, T7, T8, T9 > lhs, Tuple< T1, T2, T3, T4, T5, T6, T7, T8, T9 > rhs)
 
static bool operator<= (Tuple< T1, T2, T3, T4, T5, T6, T7, T8, T9 > lhs, Tuple< T1, T2, T3, T4, T5, T6, T7, T8, T9 > rhs)
 
static bool operator== (Tuple< T1, T2, T3, T4, T5, T6, T7, T8, T9 > lhs, Tuple< T1, T2, T3, T4, T5, T6, T7, T8, T9 > rhs)
 
static bool operator> (Tuple< T1, T2, T3, T4, T5, T6, T7, T8, T9 > lhs, Tuple< T1, T2, T3, T4, T5, T6, T7, T8, T9 > rhs)
 
static bool operator>= (Tuple< T1, T2, T3, T4, T5, T6, T7, T8, T9 > lhs, Tuple< T1, T2, T3, T4, T5, T6, T7, T8, T9 > rhs)
 

Public Attributes

readonly T1 Item1
 
readonly T2 Item2
 
readonly T3 Item3
 
readonly T4 Item4
 
readonly T5 Item5
 
readonly T6 Item6
 
readonly T7 Item7
 
readonly T8 Item8
 
readonly T9 Item9
 

Detailed Description

Struct representing a sequence of nine elements.

Constructor & Destructor Documentation

Smooth.Algebraics.Tuple< T1, T2, T3, T4, T5, T6, T7, T8, T9 >.Tuple ( T1  Item1,
T2  Item2,
T3  Item3,
T4  Item4,
T5  Item5,
T6  Item6,
T7  Item7,
T8  Item8,
T9  Item9 
)
inline

Member Function Documentation

int Smooth.Algebraics.Tuple< T1, T2, T3, T4, T5, T6, T7, T8, T9 >.CompareTo ( Tuple< T1, T2, T3, T4, T5, T6, T7, T8, T9 >  other)
inline
override bool Smooth.Algebraics.Tuple< T1, T2, T3, T4, T5, T6, T7, T8, T9 >.Equals ( object  o)
inline
bool Smooth.Algebraics.Tuple< T1, T2, T3, T4, T5, T6, T7, T8, T9 >.Equals ( Tuple< T1, T2, T3, T4, T5, T6, T7, T8, T9 >  t)
inline
override int Smooth.Algebraics.Tuple< T1, T2, T3, T4, T5, T6, T7, T8, T9 >.GetHashCode ( )
inline
static bool Smooth.Algebraics.Tuple< T1, T2, T3, T4, T5, T6, T7, T8, T9 >.operator!= ( Tuple< T1, T2, T3, T4, T5, T6, T7, T8, T9 >  lhs,
Tuple< T1, T2, T3, T4, T5, T6, T7, T8, T9 >  rhs 
)
inlinestatic
static bool Smooth.Algebraics.Tuple< T1, T2, T3, T4, T5, T6, T7, T8, T9 >.operator< ( Tuple< T1, T2, T3, T4, T5, T6, T7, T8, T9 >  lhs,
Tuple< T1, T2, T3, T4, T5, T6, T7, T8, T9 >  rhs 
)
inlinestatic
static bool Smooth.Algebraics.Tuple< T1, T2, T3, T4, T5, T6, T7, T8, T9 >.operator<= ( Tuple< T1, T2, T3, T4, T5, T6, T7, T8, T9 >  lhs,
Tuple< T1, T2, T3, T4, T5, T6, T7, T8, T9 >  rhs 
)
inlinestatic
static bool Smooth.Algebraics.Tuple< T1, T2, T3, T4, T5, T6, T7, T8, T9 >.operator== ( Tuple< T1, T2, T3, T4, T5, T6, T7, T8, T9 >  lhs,
Tuple< T1, T2, T3, T4, T5, T6, T7, T8, T9 >  rhs 
)
inlinestatic
static bool Smooth.Algebraics.Tuple< T1, T2, T3, T4, T5, T6, T7, T8, T9 >.operator> ( Tuple< T1, T2, T3, T4, T5, T6, T7, T8, T9 >  lhs,
Tuple< T1, T2, T3, T4, T5, T6, T7, T8, T9 >  rhs 
)
inlinestatic
static bool Smooth.Algebraics.Tuple< T1, T2, T3, T4, T5, T6, T7, T8, T9 >.operator>= ( Tuple< T1, T2, T3, T4, T5, T6, T7, T8, T9 >  lhs,
Tuple< T1, T2, T3, T4, T5, T6, T7, T8, T9 >  rhs 
)
inlinestatic
override string Smooth.Algebraics.Tuple< T1, T2, T3, T4, T5, T6, T7, T8, T9 >.ToString ( )
inline

Member Data Documentation

readonly T1 Smooth.Algebraics.Tuple< T1, T2, T3, T4, T5, T6, T7, T8, T9 >.Item1
readonly T2 Smooth.Algebraics.Tuple< T1, T2, T3, T4, T5, T6, T7, T8, T9 >.Item2
readonly T3 Smooth.Algebraics.Tuple< T1, T2, T3, T4, T5, T6, T7, T8, T9 >.Item3
readonly T4 Smooth.Algebraics.Tuple< T1, T2, T3, T4, T5, T6, T7, T8, T9 >.Item4
readonly T5 Smooth.Algebraics.Tuple< T1, T2, T3, T4, T5, T6, T7, T8, T9 >.Item5
readonly T6 Smooth.Algebraics.Tuple< T1, T2, T3, T4, T5, T6, T7, T8, T9 >.Item6
readonly T7 Smooth.Algebraics.Tuple< T1, T2, T3, T4, T5, T6, T7, T8, T9 >.Item7
readonly T8 Smooth.Algebraics.Tuple< T1, T2, T3, T4, T5, T6, T7, T8, T9 >.Item8
readonly T9 Smooth.Algebraics.Tuple< T1, T2, T3, T4, T5, T6, T7, T8, T9 >.Item9

The documentation for this struct was generated from the following file: