4 implementations of MaxDecimalExponent
System.Private.CoreLib (4)
src\libraries\System.Private.CoreLib\src\System\Double.cs (1)
2300static int IBinaryFloatParseAndFormatInfo<double>.MaxDecimalExponent => 309;
src\libraries\System.Private.CoreLib\src\System\Half.cs (1)
2347static int IBinaryFloatParseAndFormatInfo<Half>.MaxDecimalExponent => 5;
src\libraries\System.Private.CoreLib\src\System\Numerics\BFloat16.cs (1)
2124static int IBinaryFloatParseAndFormatInfo<BFloat16>.MaxDecimalExponent => 39;
src\libraries\System.Private.CoreLib\src\System\Single.cs (1)
2216static int IBinaryFloatParseAndFormatInfo<float>.MaxDecimalExponent => 39;
1 reference to MaxDecimalExponent
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\Number.Parsing.cs (1)
1126else if (number.Scale > TFloat.MaxDecimalExponent)