Numerics. NET. Generic Namespace
The Numerics.NET.Generic namespace contains fundamental classes for computing with generic numerical types.
Classes
| Generic | The exception that is thrown when generic arithmetic operations are not supported by the operand type. |
| Operations | When applied to a class or structure, indicates the type that implements IOperations<T> for the type. |
Structures
| From | Converts values from Double to other types. |
| From | Converts values from nullable value types to other types. |
Interfaces
| IBit |
Represents the contract for operations on an operand type that supports bitwise operations.
Obsolete. |
| IComplex |
Represents the contract for elementary functions of complex values.
Obsolete. |
| IComplex |
Represents the contract for operations on a complex operand type that supports division.
Obsolete. |
| IComplex |
Represents the contract for a complex operand type that supports IEEE-style special values.
Obsolete. |
| IComplex |
Represents the contract for operations on an operand type that represents complex values.
Obsolete. |
| IComplex |
Represents the contract for operations on an operand type that represents complex values.
Obsolete. |
| IComplex |
Represents the contract for operations on a type that supports multiplication.
Obsolete. |
| IDivision |
Represents the contract for operations on an operand type that supports divison and multiplicative inverses.
Obsolete. |
| IEuclidean |
Represents the contract for operations on an operand type that supports division with remainder.
Obsolete. |
| IField |
Represents the contract for operations on an operand type that supports divison and multiplicative inverses.
Obsolete. |
| IFractional |
Represents the contract for operations on an operand type that represents numbers with a fraction,
like rational and real numbers.
Obsolete. |
| IFrom | Specifies the contract implemented by converter types. |
| IGroup |
Represents the contract for operations on a type that supports addition and subtraction.
Obsolete. |
| IIeee |
Represents the contract for operations on an operand type that has IEEE-754 special values.
Obsolete. |
| IOperations<T> | Represents the arithmetic and other operations for an operand type. |
| IReal |
Represents the contract for operations on an operand type that represents real numbers.
Obsolete. |
| IRing |
Represents the contract for operations on a type that implements multiplication of an operand type.
Obsolete. |
| IVector |
Represents the contract for the scalar multiplication on a vector space.
Obsolete. |