3 references to Min
System.Private.CoreLib (3)
src\libraries\System.Private.CoreLib\src\System\UInt128.cs (3)
1427
static UInt128 INumber<UInt128>.MinNumber(UInt128 x, UInt128 y) =>
Min
(x, y);
1563
static UInt128 INumberBase<UInt128>.MinMagnitude(UInt128 x, UInt128 y) =>
Min
(x, y);
1566
static UInt128 INumberBase<UInt128>.MinMagnitudeNumber(UInt128 x, UInt128 y) =>
Min
(x, y);