#include <Prefix.h>
Static Public Attributes | |
const double | Factor |
return the factor associated with this prefix; | |
const std::string | Name |
return the name associated with this prefix; | |
const std::string | Symbol |
return the symbol associated with this prefix; |
takes one dummy argument P; the prefixes for units are defined within the SI, see Mills et al., 1993, p. 74; the prefixes are used in prefixed units and modify a base unit by multiplication with factors which are powers of 10.
Definition at line 38 of file Prefix.h.
|
return the factor associated with this prefix; Must be defined outside of class as specialization for each type Prefix ; this factor defines the conversion of a prefixed unit into the corresponding base unit. |
|
return the name associated with this prefix; Must be defined outside of class as specialization for each type Prefix . |
|
return the symbol associated with this prefix; Must be defined outside of class as specialization for each type Prefix . |