| Interface | Description |
---|
 | IBitOperationsT |
Represents the contract for operations on an operand type that supports bitwise operations.
|
 | IComplexElementaryFunctionsT, U |
Represents the contract for elementary functions of complex values.
|
 | IComplexFieldOperationsT, U |
Represents the contract for operations on a complex operand type that supports division.
|
 | IComplexIeeeOperationsT, U |
Represents the contract for a complex operand type that supports IEEE-style special values.
|
 | IComplexOperationsT |
Represents the contract for operations on an operand type that represents complex values.
|
 | IComplexOperationsT, U |
Represents the contract for operations on an operand type that represents complex values.
|
 | IComplexRingOperationsT, U |
Represents the contract for operations on a type that supports multiplication.
|
 | IDivisionOperationsT, TClosure |
Represents the contract for operations on an operand type that supports divison and multiplicative inverses.
|
 | IEuclideanRingOperationsT |
Represents the contract for operations on an operand type that supports division with remainder.
|
 | IFieldOperationsT |
Represents the contract for operations on an operand type that supports divison and multiplicative inverses.
|
 | IFractionalOperationsT |
Represents the contract for operations on an operand type that represents numbers with a fraction,
like rational and real numbers.
|
 | IGroupOperationsT |
Represents the contract for operations on a type that supports addition and subtraction.
|
 | IIeeeOperationsT |
Represents the contract for operations on an operand type that has IEEE-754 special values.
|
 | IRealOperationsT |
Represents the contract for operations on an operand type that represents real numbers.
|
 | IRingOperationsT |
Represents the contract for operations on a type that implements multiplication of an operand type.
|
 | IVectorSpaceOperationsTScalar, TVector |
Represents the contract for the scalar multiplication on a vector space.
|