Math.Min Method
.NET Framework 4.5
Returns the smaller of two numbers.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
| Name | Description | |
|---|---|---|
|
Min(Byte, Byte) | Returns the smaller of two 8-bit unsigned integers. |
|
Min(Decimal, Decimal) | Returns the smaller of two decimal numbers. |
|
Min(Double, Double) | Returns the smaller of two double-precision floating-point numbers. |
|
Min(Int16, Int16) | Returns the smaller of two 16-bit signed integers. |
|
Min(Int32, Int32) | Returns the smaller of two 32-bit signed integers. |
|
Min(Int64, Int64) | Returns the smaller of two 64-bit signed integers. |
|
Min(SByte, SByte) | Returns the smaller of two 8-bit signed integers. |
|
Min(Single, Single) | Returns the smaller of two single-precision floating-point numbers. |
|
Min(UInt16, UInt16) | Returns the smaller of two 16-bit unsigned integers. |
|
Min(UInt32, UInt32) | Returns the smaller of two 32-bit unsigned integers. |
|
Min(UInt64, UInt64) | Returns the smaller of two 64-bit unsigned integers. |