Returns the lesser of two specified ushort values.
A ushort equal to val1 if val1 is less than or equal to val2; otherwise, the return value is equal to val2 .
This method is not CLS-compliant. For a CLS-compliant alternative, use Math.Min(sbyte, sbyte)(int, int).
Namespace: System
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0