Float variable array.
More...
#include <float.hh>
List of all members.
Detailed Description
Float variable array.
Definition at line 1016 of file float.hh.
Constructor & Destructor Documentation
Default constructor (array of size 0)
Definition at line 83 of file array.hpp.
Allocate array for n float variables (variables are uninitialized)
Definition at line 86 of file array.hpp.
Initialize from float variable array a (share elements)
Definition at line 90 of file array.hpp.
Initialize from float variable argument array a (copy elements)
Definition at line 94 of file array.hpp.
Initialize array with n new variables.
The variables are created with a domain ranging from min to max. The following execptions might be thrown:
Definition at line 53 of file array.cpp.
The documentation for this class was generated from the following files: