-
Notifications
You must be signed in to change notification settings - Fork 124
VRage.MyTuple
← Index ← Namespace Index
public struct MyTuple
Namespace: VRage
Assembly: VRage.Library.dll
static int CombineHashCodes(int h1, int h2)
static int CombineHashCodes(int h1, int h2, int h3)
static int CombineHashCodes(int h1, int h2, int h3, int h4)
static int CombineHashCodes(int h1, int h2, int h3, int h4, int h5)
static int CombineHashCodes(int h1, int h2, int h3, int h4, int h5, int h6)
static int CombineHashCodes(int h1, int h2, int h3, int h4, int h5, int h6, int h7)
static int CombineHashCodes(int h1, int h2, int h3, int h4, int h5, int h6, int h7, int h8)
static MyTuple<T1> Create<T1>(T1 arg1)
static MyTuple<T1, T2> Create<T1, T2>(T1 arg1, T2 arg2)
static MyTuple<T1, T2, T3> Create<T1, T2, T3>(T1 arg1, T2 arg2, T3 arg3)
static MyTuple<T1, T2, T3, T4> Create<T1, T2, T3, T4>(T1 arg1, T2 arg2, T3 arg3, T4 arg4)
Do you have questions, comments, suggestions for improvements? Is there something I can do better? Did I make a mistake? Please add an issue here, and prefix your issue title with Wiki. Thank you, your help will be very appreciated!