Currency Currency
Currency Currency
DocFX + Singulink = ♥

Search Results for

    Operator operator +

    operator +(MonetaryValue, MonetaryValue)

    Adds two values together to compute their sum.

    Declaration
    public static MonetaryValue operator +(MonetaryValue x, MonetaryValue y)
    Parameters
    Type Name Description
    MonetaryValue x
    MonetaryValue y
    Returns
    Type Description
    MonetaryValue

    The sum of left and right.

    Implements
    IAdditionOperators<TSelf, TOther, TResult>.operator +(TSelf, TOther)

    operator +(MonetaryValue, decimal)

    Adds two values together to compute their sum.

    Declaration
    public static MonetaryValue operator +(MonetaryValue x, decimal y)
    Parameters
    Type Name Description
    MonetaryValue x
    decimal y
    Returns
    Type Description
    MonetaryValue

    The sum of left and right.

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