UInt24.IsImaginaryNumber Method
Definition
Determines if a value represents a pure imaginary number.
public static bool IsImaginaryNumber(UInt24 value);
Parameters
| Name | Type | Description |
|---|---|---|
| value | UInt24 | The value to be checked. |
Returns
true if value is a pure imaginary number; otherwise, false.