3 references to Max
System.Private.CoreLib (3)
src\libraries\System.Private.CoreLib\src\System\UInt128.cs (3)
1421
static UInt128 INumber<UInt128>.MaxNumber(UInt128 x, UInt128 y) =>
Max
(x, y);
1557
static UInt128 INumberBase<UInt128>.MaxMagnitude(UInt128 x, UInt128 y) =>
Max
(x, y);
1560
static UInt128 INumberBase<UInt128>.MaxMagnitudeNumber(UInt128 x, UInt128 y) =>
Max
(x, y);