BigDecimal BigDecimal
BigDecimal BigDecimal
DocFX + Singulink = ♥

Search Results for

    Property MaxExtendedDivisionPrecision

    MaxExtendedDivisionPrecision

    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 int MaxExtendedDivisionPrecision { get; }
    Property Value
    Type Description
    int
    Remarks

    For better control over the result of each division operation see the Divide(BigDecimal, BigDecimal, int, RoundingMode), DivideExact(BigDecimal, BigDecimal) and TryDivideExact(BigDecimal, BigDecimal, out BigDecimal) methods.

    © Singulink. All rights reserved.