Quad.IsPositive 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.0
C#
public static bool IsPositive(
	Quad value
)

Parameters

value  Quad
The value to be checked.

Return Value

Boolean
true if value represents (positive) zero or a positive real number; otherwise, false.

Implements

INumberBase<TSelf>.IsPositive(TSelf)

See Also