MathMax Method |
Name | Description | |
---|---|---|
Max(Byte, Byte) | Returns the larger of two 8-bit unsigned integers. | |
Max(Decimal, Decimal) | Returns the larger of two decimal numbers. | |
Max(Double, Double) | Returns the larger of two double-precision floating-point numbers. | |
Max(Int16, Int16) | Returns the larger of two 16-bit signed integers. | |
Max(Int32, Int32) | Returns the larger of two 32-bit signed integers. | |
Max(Int64, Int64) | Returns the larger of two 64-bit signed integers. | |
Max(SByte, SByte) | Returns the larger of two 8-bit signed integers. | |
Max(Single, Single) | Returns the larger of two single-precision floating-point numbers. | |
Max(UInt16, UInt16) | Returns the larger of two 16-bit unsigned integers. | |
Max(UInt32, UInt32) | Returns the larger of two 32-bit unsigned integers. | |
Max(UInt64, UInt64) | Returns the larger of two 64-bit unsigned integers. |