Currency Currency
Currency Currency
DocFX + Singulink = ♥

Search Results for

    Method TransformAmounts

    TransformAmounts(Func<decimal, decimal>)

    Applies the specified transformation to each value's amount in this bag.

    Declaration
    void TransformAmounts(Func<decimal, decimal> transform)
    Parameters
    Type Name Description
    Func<decimal, decimal> transform

    TransformAmounts(Func<decimal, decimal?>)

    Applies the specified transformation to each value's amount in this bag. Amounts transformed to a null amount are removed.

    Declaration
    void TransformAmounts(Func<decimal, decimal?> transform)
    Parameters
    Type Name Description
    Func<decimal, decimal?> transform
    © Singulink. All rights reserved.