DCMTK
Version 3.6.6
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 | |
enum | OFfloat_round_style { OFround_indeterminate = -1, OFround_toward_zero = 0, OFround_to_nearest = 1, OFround_toward_infinity = 2, OFround_toward_neg_infinity = 3 } |
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. More... | |
enum | OFfloat_denorm_style { OFdenorm_indeterminate = -1, OFdenorm_absent = 0, OFdenorm_present = 1 } |
Enumeration constants of type OFfloat_denorm_style indicate support of subnormal values by floating-point types. More... | |
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.