2 references to MaxExponent
System.Private.CoreLib (2)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Numerics\Decimal32.cs (2)
1771
static int IDecimalIeee754ParseAndFormatInfo<Decimal32, uint>.MaxExponent =>
MaxExponent
;
1775
static int IDecimalIeee754ParseAndFormatInfo<Decimal32, uint>.MaxAdjustedExponent =>
MaxExponent
- Precision + 1;