System Namespace Math Class
Returns the smaller of two 16-bit signed integers.
[ VB ] Overloads Public Shared Function Max ( _ ByVal val1 As Short, _ ByVal val2 As Short _ ) As Short [ C# ] public static short Max ( short val1, short val2 ); [ C++ ] public: static short Max ( short val1, short val2 ); [ JScript ] public static function Max ( val1 : Int16, val2 : Int16 ) : Int16;
Parameter val1 or val2, whichever is smaller.
Math Members Math.Max Overload List
Check out related books at Amazon
© 2025 Reynald Nuñez and asp.net.ph. All rights reserved. If you have any question, comment or suggestion about this site, please send us a note