Greet 2014
Documentation for the GREET 2014 API
 All Classes Namespaces Functions Variables Enumerations Properties Events
Greet.DataStructureV3.MathExtensions Class Reference

Static Public Member Functions

static double PloyVal (List< double > factors, double variable)
 Compute a polynom equation The factors are ordered from the smallest power to the highest return = a + bx + cx^2 + dx^3... List = a,b,c,d More...
 

Member Function Documentation

static double Greet.DataStructureV3.MathExtensions.PloyVal ( List< double >  factors,
double  variable 
)
static

Compute a polynom equation The factors are ordered from the smallest power to the highest return = a + bx + cx^2 + dx^3... List = a,b,c,d

Parameters
factors
variable
Returns

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