BigDecimal BigDecimal
BigDecimal BigDecimal
DocFX + Singulink = ♥

Search Results for

    Operator operator +

    operator +(BigDecimal, BigDecimal)

    Adds two values together to compute their sum.

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

    The value to which right is added.

    BigDecimal right

    The value which is added to left.

    Returns
    Type Description
    BigDecimal

    The sum of left and right.

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