| MathMin Method (Int64, Int64) | 
Returns the smaller of two 64-bit signed integers.
 
Namespace: SystemAssembly: mscorlib (in mscorlib.dll) Version: 4.0.0.0
Syntaxpublic static long Min(
	long val1,
	long val2
)
Parameters
- val1
 - Type: SystemInt64
The first of two 64-bit signed integers to compare.  - val2
 - Type: SystemInt64
The second of two 64-bit signed integers to compare.  
Return Value
Type: 
Int64Parameter 
val1 or 
val2, whichever is smaller.
See Also