2 references to MinExponent
System.Private.CoreLib (2)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Numerics\Decimal32.cs (2)
1773static int IDecimalIeee754ParseAndFormatInfo<Decimal32, uint>.MinExponent => MinExponent; 1777static int IDecimalIeee754ParseAndFormatInfo<Decimal32, uint>.MinAdjustedExponent => MinExponent - Precision + 1;