BigDecimal BigDecimal
BigDecimal BigDecimal
DocFX + Singulink = ♥

Search Results for

    Method INumberBase<BigDecimal>.IsImaginaryNumber

    INumberBase<BigDecimal>.IsImaginaryNumber(BigDecimal)

    Determines if a value represents a pure imaginary number.

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

    The value to be checked.

    Returns
    Type Description
    bool

    true if value is a pure imaginary number; otherwise, false.

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