FloatExtensions.IsImaginaryNumber
Extension Method in FloatExtensions
Declaration
public static bool IsImaginaryNumber(this float value)Description
Checks if the value is an imaginary number (infinite or NaN).
Parameters
| value | The value to check. |
Returns
| bool | True if the value is an imaginary number. |