Property MaxExtendedDivisionPrecision
| Improve this Doc View SourceMaxExtendedDivisionPrecision
Gets the maximum extended precision used by the division operator if the result is not exact (i.e. has repeating decimals). If the dividend or divisor precision is greater then that value is used instead. The current value is 50 but is subject to change.
Declaration
public static readonly int MaxExtendedDivisionPrecision { get; }
Property Value
Type | Description |
---|---|
Int32 |
Remarks
For better control over the result of each division operation see the Divide(BigDecimal, BigDecimal, Int32, RoundingMode), DivideExact(BigDecimal, BigDecimal) and TryDivideExact(BigDecimal, BigDecimal, out BigDecimal) methods.