1 reference to PowersOf10
System.Private.CoreLib (1)
src\runtime\src\libraries\System.Private.CoreLib\src\System\UInt32.cs (1)
309return value < PowersOf10[(int)approx] ? approx - 1 : approx;