3 references to MaxExponent
System.Private.CoreLib (3)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Single.cs (3)
2253
static int IBinaryFloatParseAndFormatInfo<float>.MinBinaryExponent => 1 -
MaxExponent
;
2254
static int IBinaryFloatParseAndFormatInfo<float>.MaxBinaryExponent =>
MaxExponent
;
2262
static int IBinaryFloatParseAndFormatInfo<float>.OverflowDecimalExponent => (
MaxExponent
+ (2 * SignificandLength)) / 3;