src/core/double.h
changeset 2928 554e10cdc747
parent 2599 fcc1728eb669
child 2965 4b28e9740e3b
equal deleted inserted replaced
2927:73b47ce1d805 2928:554e10cdc747
    27 namespace ns3 {
    27 namespace ns3 {
    28 
    28 
    29 /**
    29 /**
    30  * \brief Hold an floating point type
    30  * \brief Hold an floating point type
    31  *
    31  *
       
    32  * \anchor double
    32  * This class can be used to hold variables of floating point type
    33  * This class can be used to hold variables of floating point type
    33  * such as 'double' or 'float'. The internal format is 'double'.
    34  * such as 'double' or 'float'. The internal format is 'double'.
    34  */
    35  */
    35 class Double
    36 class Double
    36 {
    37 {