BigDecimal BigDecimal
BigDecimal BigDecimal
DocFX + Singulink = ♥

Search Results for

    Operator operator -

    operator -(BigDecimal, BigDecimal)

    Subtracts two values to compute their difference.

    Declaration
    public static BigDecimal operator -(BigDecimal left, BigDecimal right)
    Parameters
    Type Name Description
    BigDecimal left

    The value from which right is subtracted.

    BigDecimal right

    The value which is subtracted from left.

    Returns
    Type Description
    BigDecimal

    The value of right subtracted from left.

    Implements
    ISubtractionOperators<TSelf, TOther, TResult>.operator -(TSelf, TOther)
    © Singulink. All rights reserved.