Currency Currency
Currency Currency
DocFX + Singulink = ♥

Search Results for

    Operator operator -

    operator -(MonetaryValue, MonetaryValue)

    Subtracts two values to compute their difference.

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

    The value of right subtracted from left.

    Implements
    ISubtractionOperators<TSelf, TOther, TResult>.operator -(TSelf, TOther)

    operator -(MonetaryValue, decimal)

    Subtracts two values to compute their difference.

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

    The value of right subtracted from left.

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