| Overload | Description |
|---|---|
| Min(Int32,Int32) | Returns the min of two numbers |
| Min(Int32,Int32,Int32) | Returns the min of three numbers |
| Min(Int32,Int32,Int32,Int32) | Returns the min of four numbers |
| Min(UInt32,UInt32) | Returns the min of two numbers |
| Min(UInt32,UInt32,UInt32) | Returns the min of three numbers |
| Min(UInt32,UInt32,UInt32,UInt32) | Returns the min of four numbers |
| Min(Int64,Int64) | Returns the min of two numbers |
| Min(Int64,Int64,Int64) | Returns the min of three numbers |
| Min(Int64,Int64,Int64,Int64) | Returns the min of four numbers |
| Min(Double,Double) | Returns the min of two numbers |
| Min(Double,Double,Double) | Returns the min of three numbers |
| Min(Double,Double,Double,Double) | Returns the min of four numbers |