Currency Currency
Currency Currency
DocFX + Singulink = ♥

Search Results for

    Operator operator *

    operator *(MonetaryValue, decimal)

    Multiplies two values together to compute their product.

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

    The product of left multiplied by right.

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