System Namespace Math Class
Returns the smaller of two 64-bit signed integers.
[ VB ] Overloads Public Shared Function Max ( _ ByVal val1 As Long, _ ByVal val2 As Long _ ) As Long [ C# ] public static long Max ( long val1, long val2 ); [ C++ ] public: static __int64 Max ( __int64 val1, __int64 val2 ); [ JScript ] public static function Max ( val1 : long, val2 : long ) : long;
Parameter val1 or val2, whichever is smaller.
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