Usage: UOPair.Create(val1, val2)
Namespace: Bio.UtilAssembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax public static UOPair<T> Create<T>(
T t1,
T t2
)
where T : Object, IComparable<T>
Public Shared Function Create(Of T As {Object, IComparable(Of T)}) (
t1 As T,
t2 As T
) As UOPair(Of T)
public:
generic<typename T>
where T : Object, IComparable<T>
static UOPair<T> Create(
T t1,
T t2
)
static member Create :
t1 : 'T *
t2 : 'T -> UOPair<'T> when 'T : Object and IComparable<'T>
Parameters
- t1
- Type: T
[Missing <param name="t1"/> documentation for "M:Bio.Util.UOPair.Create``1(``0,``0)"]
- t2
- Type: T
[Missing <param name="t2"/> documentation for "M:Bio.Util.UOPair.Create``1(``0,``0)"]
Type Parameters
- T
[Missing <typeparam name="T"/> documentation for "M:Bio.Util.UOPair.Create``1(``0,``0)"]
Return Value
Type:
UOPairT[Missing <returns> documentation for "M:Bio.Util.UOPair.Create``1(``0,``0)"]
See Also