Currency Currency
Currency Currency
DocFX + Singulink = ♥

Search Results for

    Operator operator /

    operator /(MonetaryValue, decimal)

    Divides one value by another to compute their quotient.

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

    The quotient of left divided by right.

    Implements
    IDivisionOperators<TSelf, TOther, TResult>.operator /(TSelf, TOther)

    operator /(MonetaryValue, MonetaryValue)

    Divides one value by another to compute their quotient.

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

    The quotient of left divided by right.

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