FieldWrapperT Properties |
The FieldWrapperT generic type exposes the following members.
| Name | Description | |
|---|---|---|
| Field |
Get the FieldT used for all arithmetic operations.
| |
| isNegative |
Get whether the element is strictly negative.
| |
| isOne |
Get whether the element is one.
| |
| isPositive |
Get whether the element is strictly positive.
| |
| isZero |
Get whether the element is zero.
| |
| val |
The wrapped value.
|