Close

Relief for ODA Team in Ukraine

Learn more
ODA PRC SDK
OdPrcMath1dCombination::evaluate Method
Syntax
C++
virtual double evaluate(double dParam) const;

Evaluates a specified parameter using the following algorithm: 

for (i = 0; i < number_of_coefficients; i++) { output = output + coefficient[i] * function[i]; } 

 

Parameters
Description
dParam
[in] A parameter to be evaluated.
Copyright © 2002-2022. Open Design Alliance All rights reserved.