BigDecimal BigDecimal
BigDecimal BigDecimal
DocFX + Singulink = ♥

Search Results for

    Operator operator -

    operator -(BigDecimal)

    Computes the unary negation of a value.

    Declaration
    public static BigDecimal operator -(BigDecimal value)
    Parameters
    Type Name Description
    BigDecimal value

    The value for which to compute the unary negation.

    Returns
    Type Description
    BigDecimal

    The unary negation of value.

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