4 references to UInt32MaxValueOffset
System.Private.CoreLib (4)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Math.cs (4)
1713if (value is > -1.0 and < UInt32MaxValueOffset) 1725const double two63 = Int32MaxValueOffset * UInt32MaxValueOffset; 1741const double two64 = UInt32MaxValueOffset * UInt32MaxValueOffset;