Click or drag to resize

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

Parameters

x
Type: T
The element to check.

Return Value

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