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