Method INumberBase<BigDecimal>.IsComplexNumber
INumberBase<BigDecimal>.IsComplexNumber(BigDecimal)
Determines if a value represents a complex number.
Declaration
static bool INumberBase<BigDecimal>.IsComplexNumber(BigDecimal value)
Parameters
| Type | Name | Description |
|---|---|---|
| BigDecimal | value | The value to be checked. |
Returns
| Type | Description |
|---|---|
| bool |