3 references to MaxExponent
System.Private.CoreLib (3)
src\libraries\System.Private.CoreLib\src\System\Double.cs (3)
2299
static int IBinaryFloatParseAndFormatInfo<double>.MinBinaryExponent => 1 -
MaxExponent
;
2300
static int IBinaryFloatParseAndFormatInfo<double>.MaxBinaryExponent =>
MaxExponent
;
2308
static int IBinaryFloatParseAndFormatInfo<double>.OverflowDecimalExponent => (
MaxExponent
+ (2 * SignificandLength)) / 3;