|
DCMTK
Version 3.6.1 20160216
OFFIS DICOM Toolkit
|
Provides an interface to query properties of all fundamental numeric types. More...
Classes | |
| struct | OFnumeric_limits< T > |
| A meta-template for querying various properties of fundamental types. More... | |
Enumerations |
Provides an interface to query properties of all fundamental numeric types.
| enum OFfloat_denorm_style |
Enumeration constants of type OFfloat_denorm_style indicate support of subnormal values by floating-point types.
| Enumerator | |
|---|---|
| OFdenorm_indeterminate |
Support of subnormal values cannot be determined. |
| OFdenorm_absent |
The type does not support subnormal values. |
| OFdenorm_present |
The type allows subnormal values. |
| enum OFfloat_round_style |
Enumeration constants of type OFfloat_round_style indicate the rounding style used by floating-point arithmetics whenever a result of an expression is stored in an object of a floating-point type.