BigDecimal BigDecimal
BigDecimal BigDecimal
DocFX + Singulink = ♥

Search Results for

    Method INumberBase<BigDecimal>.MinMagnitudeNumber

    INumberBase<BigDecimal>.MinMagnitudeNumber(BigDecimal, BigDecimal)

    Compares two values to compute which has the lesser magnitude and returning the other value if an input is NaN.

    Declaration
    static BigDecimal INumberBase<BigDecimal>.MinMagnitudeNumber(BigDecimal x, BigDecimal y)
    Parameters
    Type Name Description
    BigDecimal x

    The value to compare with y.

    BigDecimal y

    The value to compare with x.

    Returns
    Type Description
    BigDecimal

    x if it is less than y; otherwise, y.

    Implements
    INumberBase<TSelf>.MinMagnitudeNumber(TSelf, TSelf)
    © Singulink. All rights reserved.