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