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.

Overload List
|
| Name | Description |
|---|
.gif) .gif) | Min(Byte, Byte) | Returns the smaller of two 8-bit unsigned integers. |
.gif) .gif) | Min(Decimal, Decimal) | Returns the smaller of two decimal numbers. |
.gif) .gif) | Min(Double, Double) | Returns the smaller of two double-precision floating-point numbers. |
.gif) .gif) | Min(Int16, Int16) | Returns the smaller of two 16-bit signed integers. |
.gif) .gif) | Min(Int32, Int32) | Returns the smaller of two 32-bit signed integers. |
.gif) .gif) | Min(Int64, Int64) | Returns the smaller of two 64-bit signed integers. |
.gif) .gif) | Min(SByte, SByte) | Returns the smaller of two 8-bit signed integers. |
.gif) .gif) | Min(Single, Single) | Returns the smaller of two single-precision floating-point numbers. |
.gif) .gif) | Min(UInt16, UInt16) | Returns the smaller of two 16-bit unsigned integers. |
.gif) .gif) | Min(UInt32, UInt32) | Returns the smaller of two 32-bit unsigned integers. |
.gif) .gif) | Min(UInt64, UInt64) | Returns the smaller of two 64-bit unsigned integers. |
Top

See Also