Quad.Is Negative Method
Determines if a value represents a negative real number.
Definition
Namespace: Numerics.NET
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
C#
true if value represents negative zero or a negative real number; otherwise, false.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
public static bool IsNegative(
Quad value
)
Parameters
- value Quad
- The value to be checked.
Return Value
Booleantrue if value represents negative zero or a negative real number; otherwise, false.