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