Click or drag to resize

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)
Syntax
C#
public virtual bool isNegative(
	T x
)

Parameters

x
Type: T
The element to check.

Return Value

Type: Boolean
Whether x is strictly negative (zero is not negative).
See Also