3 references to MaxExponent
System.Private.CoreLib (3)
src\libraries\System.Private.CoreLib\src\System\Half.cs (3)
2335
static int IBinaryFloatParseAndFormatInfo<Half>.MinBinaryExponent => 1 -
MaxExponent
;
2336
static int IBinaryFloatParseAndFormatInfo<Half>.MaxBinaryExponent =>
MaxExponent
;
2344
static int IBinaryFloatParseAndFormatInfo<Half>.OverflowDecimalExponent => (
MaxExponent
+ (2 * SignificandLength)) / 3;