An object wrapper for double values.
More...
#include <Bpp/Numeric/Number.h>
An object wrapper for double values.
Definition at line 100 of file Number.h.
◆ BppDouble()
bpp::BppDouble::BppDouble |
( |
double |
value = 0 | ) |
|
|
inline |
Build a new BppDouble number object with a specific value.
- Parameters
-
value | The value that the Number must have. |
Definition at line 108 of file Number.h.
◆ ~BppDouble()
virtual bpp::BppDouble::~BppDouble |
( |
| ) |
|
|
inlinevirtual |
◆ clone()
Create a copy of this object and send a pointer to it.
- Returns
- A pointer toward the copy object.
Implements bpp::BppNumberI.
Definition at line 118 of file Number.h.
◆ getValue()
Get the value of this number.
- Returns
- The value of this number.
Definition at line 92 of file Number.h.
◆ toString()
◆ value_
The value of this parameter.
Definition at line 59 of file Number.h.
The documentation for this class was generated from the following file: