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