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