FieldT Properties |
The FieldT generic type exposes the following members.
| Name | Description | |
|---|---|---|
| GenType |
The generation type for T.
| |
| Invertible |
Get whether every (non-zero) element in the field can be inverted.
| |
| Max |
The largest element the type can contain.
| |
| Min |
The smallest element the type can contain.
| |
| Negatable |
Get whether every element in the field can be negated.
| |
| negativeOne |
The negative identity of the type.
| |
| one |
The multiplicative identity of the type.
| |
| SubjectType |
Get the type the Field affects.
| |
| zero |
The additive identity of the type.
|