Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

Math::Max Method

 

Returns the larger of two specified numbers.

Namespace:   System
Assembly:  mscorlib (in mscorlib.dll)

NameDescription
System_CAPS_pubmethodSystem_CAPS_staticMax(Byte, Byte)

Returns the larger of two 8-bit unsigned integers.

System_CAPS_pubmethodSystem_CAPS_staticMax(Decimal, Decimal)

Returns the larger of two decimal numbers.

System_CAPS_pubmethodSystem_CAPS_staticMax(Double, Double)

Returns the larger of two double-precision floating-point numbers.

System_CAPS_pubmethodSystem_CAPS_staticMax(Int16, Int16)

Returns the larger of two 16-bit signed integers.

System_CAPS_pubmethodSystem_CAPS_staticMax(Int32, Int32)

Returns the larger of two 32-bit signed integers.

System_CAPS_pubmethodSystem_CAPS_staticMax(Int64, Int64)

Returns the larger of two 64-bit signed integers.

System_CAPS_pubmethodSystem_CAPS_staticMax(SByte, SByte)

Returns the larger of two 8-bit signed integers.

System_CAPS_pubmethodSystem_CAPS_staticMax(Single, Single)

Returns the larger of two single-precision floating-point numbers.

System_CAPS_pubmethodSystem_CAPS_staticMax(UInt16, UInt16)

Returns the larger of two 16-bit unsigned integers.

System_CAPS_pubmethodSystem_CAPS_staticMax(UInt32, UInt32)

Returns the larger of two 32-bit unsigned integers.

System_CAPS_pubmethodSystem_CAPS_staticMax(UInt64, UInt64)

Returns the larger of two 64-bit unsigned integers.

Return to top
Show:
© 2017 Microsoft