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