KiCad PCB EDA Suite
|
Creates a vector of doubles of the values in the requested eseries and decade. More...
#include <eseries.h>
Public Member Functions | |
ESERIES_IN_DECADE (int eSeries, int decadeExponent) | |
Public Attributes | |
T | elements |
STL member. | |
Creates a vector of doubles of the values in the requested eseries and decade.
The eSeries to select is a specified using the enumeration values above. The decade is specified as an integer exponent to the base 10. To receive vales between 100 and 1000 specify 2 as the exponent as each value will be normalized to betwen 1.0 and 10.0 and then multiplied by 10^2.
ESERIES::ESERIES_IN_DECADE::ESERIES_IN_DECADE | ( | int | eSeries, |
int | decadeExponent | ||
) |
Definition at line 84 of file eseries.cpp.
|
inherited |
STL member.