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