3 references to Precision
System.Private.CoreLib (3)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Numerics\Decimal64.cs (3)
1737
static int IDecimalIeee754ParseAndFormatInfo<Decimal64, ulong>.Precision =>
Precision
;
1769
static int IDecimalIeee754ParseAndFormatInfo<Decimal64, ulong>.MaxAdjustedExponent => MaxExponent -
Precision
+ 1;
1771
static int IDecimalIeee754ParseAndFormatInfo<Decimal64, ulong>.MinAdjustedExponent => MinExponent -
Precision
+ 1;