Returns the lesser of two specified sbyte values.
A sbyte 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)(short, short).
Namespace: System
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0