KiCad PCB EDA Suite
Loading...
Searching...
No Matches
ESERIES::ESERIES_IN_DECADE Class Reference

Creates a vector of doubles of the values in the requested eseries and decade. More...

#include <eseries.h>

Inheritance diagram for ESERIES::ESERIES_IN_DECADE:

Public Member Functions

 ESERIES_IN_DECADE (int eSeries, int decadeExponent)
 

Public Attributes

elements
 STL member.
 

Detailed Description

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.

Definition at line 172 of file eseries.h.

Constructor & Destructor Documentation

◆ ESERIES_IN_DECADE()

ESERIES::ESERIES_IN_DECADE::ESERIES_IN_DECADE ( int  eSeries,
int  decadeExponent 
)

Definition at line 84 of file eseries.cpp.

Member Data Documentation

◆ elements

T std::vector< T >::elements
inherited

STL member.


The documentation for this class was generated from the following files: