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