CodeVerge.Net Beta


   Explore    Item Entry   Register  Login  
Microsoft News
Asp.Net Forums
IBM Software
Borland Forums
Adobe Forums
Novell Forums


Returns the larger of two 64-bit unsigned integers.

Namespace: ?System
Assembly: ?mscorlib (in mscorlib.dll)

Syntax

Visual Basic (Declaration)
<CLSCompliantAttribute(False)> _
Public Shared Function Max ( _
	val1 As ULong, _
	val2 As ULong _
) As ULong
C#
[CLSCompliantAttribute(false)]
public static ulong Max(
	ulong val1,
	ulong val2
)
Visual C++
[CLSCompliantAttribute(false)]
public:
static unsigned long long Max(
	unsigned long long val1, 
	unsigned long long val2
)
JavaScript
System.Math.max = function(val1, val2);

Parameters

val1
Type: System..::.UInt64
The first of two 64-bit unsigned integers to compare.
val2
Type: System..::.UInt64
The second of two 64-bit unsigned integers to compare.

Return Value

Parameter val1 or val2, whichever is larger.

See Also



Free Download:
   
  Privacy | Contact Us
All Times Are GMT