BigDecimal BigDecimal
BigDecimal BigDecimal
DocFX + Singulink = ♥

Search Results for

    Method INumberBase<BigDecimal>.IsSubnormal

    INumberBase<BigDecimal>.IsSubnormal(BigDecimal)

    Determines if a value is subnormal.

    Declaration
    static bool INumberBase<BigDecimal>.IsSubnormal(BigDecimal value)
    Parameters
    Type Name Description
    BigDecimal value

    The value to be checked.

    Returns
    Type Description
    bool

    true if value is subnormal; otherwise, false.

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