Click or drag to resize

FieldT Properties

The FieldT generic type exposes the following members.

Properties
  NameDescription
Public propertyGenType
The generation type for T.
Public propertyInvertible
Get whether every (non-zero) element in the field can be inverted.
Public propertyMax
The largest element the type can contain.
Public propertyMin
The smallest element the type can contain.
Public propertyNegatable
Get whether every element in the field can be negated.
Public propertynegativeOne
The negative identity of the type.
Public propertyone
The multiplicative identity of the type.
Public propertySubjectType
Get the type the Field affects.
Public propertyzero
The additive identity of the type.
Top
See Also