 | FieldTisPositive Method |
Get whether an element is positive.
Namespace:
WhetStone.Fielding
Assembly:
WhetStone (in WhetStone.dll) Version: 1.0.4.0 (1.0.0.0)
Syntaxpublic virtual bool isPositive(
T x
)
Parameters
- x
- Type: T
The element to check.
Return Value
Type:
BooleanWhether
x is strictly positive (
zero is not negative).
See Also