2 references to MinExponent
System.Private.CoreLib (2)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Numerics\Decimal128.cs (2)
1805
static int IDecimalIeee754ParseAndFormatInfo<Decimal128, UInt128>.MinExponent =>
MinExponent
;
1809
static int IDecimalIeee754ParseAndFormatInfo<Decimal128, UInt128>.MinAdjustedExponent =>
MinExponent
- Precision + 1;