| 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(Single,Single) | Returns the min of two numbers |
| Min(Single,Single,Single) | Returns the min of three numbers |
| Min(Single,Single,Single,Single) | Returns the min of four numbers |