DoubleExtensions.IsNegative
Extension Method in DoubleExtensions
Declaration
public static bool IsNegative(this double value)Description
Checks if the value is negative.
Parameters
| value | The value to check. |
Returns
| bool | True if the value is negative. |