CommonMidT Method

Returns the value that is neither the largest nor the smallest.

Definition

Namespace: Gemstone
Assembly: Gemstone.Common (in Gemstone.Common.dll) Version: 1.0.128 -- Release Build+d050cfc5563c89a1188cc3c6b2d417530856f490
public static T Mid<T>(
	T value1,
	T value2,
	T value3
)
where T : Object, IComparable<T>

Parameters

value1  T
Value 1.
value2  T
Value 2.
value3  T
Value 3.

Type Parameters

T
Type of the objects passed to and returned from this method.

Return Value

T
Result is the value that is neither the largest nor the smallest.

See Also