FloatExtensions.IsNaN
Extension Method in FloatExtensions
Declaration
public static bool IsNaN(this float value)Description
Checks if the value is NaN.
Parameters
| value | The value to check. |
Returns
| bool | True if the value is NaN. |
public static bool IsNaN(this float value)Checks if the value is NaN.
| value | The value to check. |
| bool | True if the value is NaN. |