| NumericIsNegative Method (Double) |
Determines whether the specified value is negative.
Namespace: DigitalRune.MathematicsAssembly: DigitalRune (in DigitalRune.dll) Version: 1.20.0.0 (1.20.1.14552)
Syntax public static bool IsNegative(
double value
)
Public Shared Function IsNegative (
value As Double
) As Boolean
public:
static bool IsNegative(
double value
)
static member IsNegative :
value : float -> bool
Parameters
- value
- Type: SystemDouble
The value.
Return Value
Type:
Boolean if
value is negative; otherwise,
.
See Also