9 references to MaxValue
System.Net.Primitives (2)
System\Net\IPNetwork.cs (2)
118
UInt128 mask = UInt128.
MaxValue
<< (128 - PrefixLength);
273
UInt128 mask = UInt128.
MaxValue
<< (128 - prefixLength);
System.Private.CoreLib (3)
src\libraries\System.Private.CoreLib\src\System\Half.cs (1)
2148
UInt128 actualResult = (value == PositiveInfinity) ? UInt128.
MaxValue
:
src\libraries\System.Private.CoreLib\src\System\Runtime\InteropServices\NFloat.cs (1)
1763
UInt128 actualResult = (value >= 340282366920938463463374607431768211455.0) ? UInt128.
MaxValue
:
src\libraries\System.Private.CoreLib\src\System\UInt128.cs (1)
518
return
MaxValue
;
System.Runtime.Numerics (4)
System\Numerics\BigInteger.cs (2)
4857
UInt128 actualResult = (value >= UInt128.
MaxValue
) ? UInt128.
MaxValue
:
System\Numerics\Complex.cs (2)
1934
UInt128 actualResult = (value.m_real >= 340282366920938463463374607431768211455.0) ? UInt128.
MaxValue
:
2070
UInt128 actualResult = (value.m_real >= 340282366920938463463374607431768211455.0) ? UInt128.
MaxValue
: