System Namespace Math Class
Returns the larger of two 64-bit unsigned integers.
This method is not CLS-compliant. For more information about CLS compliance, see What is the Common Language Specification.
[ VB ] Overloads Public Shared Function Max ( _ ByVal val1 As UInt64, _ ByVal val2 As UInt64 _ ) As UInt64 [ C# ] public static ulong Max ( ulong val1, ulong val2 ); [ C++ ] public: static unsigned __int64 Max ( unsigned __int64 val1, unsigned __int64 val2 ); [ JScript ] public static function Max ( val1 : UInt64, val2 : UInt64 ) : UInt64;
Parameter val1 or val2, whichever is larger.
Math Members Math.Max Overload List
© 2000-2010 Rey Nuñez All rights reserved.If you have any question, comment or suggestion about this site, please send us a note
You can help support asp.net.ph