APRlib

SupportClass.CollectionsManager.Min Method 

Obtain the minimum element of the given collection with the specified comparator.

public static object Min(
   ICollection Collection,
   IComparer Comparator
);

Parameters

Collection
Collection from which the minimum value will be obtained.
Comparator
The comparator with which to determine the minimum element.

Return Value

See Also

SupportClass.CollectionsManager Class | (global) Namespace