Int64Static: Min

Min

Returns the smaller of two 64-bit signed integers.



 Public Function Min(
	  ByRef Val1 As Int64,
	  ByRef Val2 As Int64 ) As Int64

Parameters

Val1
[ByRef] Int64. The first of two 64-bit signed integers to compare.
Val2
[ByRef] Int64. The second of two 64-bit signed integers to compare.

Return Values

Int64 -  Parameter Val1 or Val2, which ever is smaller.

See Also

Project CorLib Overview

Class Int64Static Overview