System Namespace Math Class
Returns the smaller of two 8-bit unsigned integers.
[ VB ] Overloads Public Shared Function Max ( _ ByVal val1 As Byte, _ ByVal val2 As Byte _ ) As Byte [ C# ] public static byte Max ( byte val1, byte val2 ); [ C++ ] public: static unsigned char Max ( unsigned char val1, unsigned char val2 ); [ JScript ] public static function Max ( val1 : Byte, val2 : Byte ) : Byte;
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