Int64Static: Max

Max

Returns the larger of two 64-bit signed integers.



 Public Function Max(
	  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 larger.

See Also

Project CorLib Overview

Class Int64Static Overview