System Namespace Math Class
Returns the larger of two 32-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 UInt32, _ ByVal val2 As UInt32 _ ) As UInt32 [ C# ] public static uint Max ( uint val1, uint val2 ); [ C++ ] public: static unsigned int Max ( unsigned int val1, unsigned int val2 ); [ JScript ] public static function Max ( val1 : UInt32, val2 : UInt32 ) : UInt32;
Parameter val1 or val2, whichever is larger.
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