tango.util.MinMax

Members

Functions

max
T max(T a, T b)

Return the maximum of two arguments (of the same type)

min
T min(T a, T b)

Return the minimum of two arguments (of the same type)

Meta

License

BSD style: $(LICENSE)

Version

Jan 2010: Initial release