equal
deleted
inserted
replaced
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 { |