MathMin Method (SByte, SByte) |
Returns the smaller of two 8-bit signed integers.
Namespace: SystemAssembly: mscorlib (in mscorlib.dll) Version: 4.0.0.0
Syntax public static sbyte Min(
sbyte val1,
sbyte val2
)
Parameters
- val1
- Type: SystemSByte
The first of two 8-bit signed integers to compare. - val2
- Type: SystemSByte
The second of two 8-bit signed integers to compare.
Return Value
Type:
SByteParameter
val1 or
val2, whichever is smaller.
See Also