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::Min Method

 

Returns the smaller of two numbers.

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

NameDescription
System_CAPS_pubmethodSystem_CAPS_staticMin(Byte, Byte)

Returns the smaller of two 8-bit unsigned integers.

System_CAPS_pubmethodSystem_CAPS_staticMin(Decimal, Decimal)

Returns the smaller of two decimal numbers.

System_CAPS_pubmethodSystem_CAPS_staticMin(Double, Double)

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

System_CAPS_pubmethodSystem_CAPS_staticMin(Int16, Int16)

Returns the smaller of two 16-bit signed integers.

System_CAPS_pubmethodSystem_CAPS_staticMin(Int32, Int32)

Returns the smaller of two 32-bit signed integers.

System_CAPS_pubmethodSystem_CAPS_staticMin(Int64, Int64)

Returns the smaller of two 64-bit signed integers.

System_CAPS_pubmethodSystem_CAPS_staticMin(SByte, SByte)

Returns the smaller of two 8-bit signed integers.

System_CAPS_pubmethodSystem_CAPS_staticMin(Single, Single)

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

System_CAPS_pubmethodSystem_CAPS_staticMin(UInt16, UInt16)

Returns the smaller of two 16-bit unsigned integers.

System_CAPS_pubmethodSystem_CAPS_staticMin(UInt32, UInt32)

Returns the smaller of two 32-bit unsigned integers.

System_CAPS_pubmethodSystem_CAPS_staticMin(UInt64, UInt64)

Returns the smaller of two 64-bit unsigned integers.

Return to top
Show:
© 2017 Microsoft