Virtual Photonics
Assembly: Vts (in Vts.dll) Version: 1.0.12.0 (1.0.12)
Double
integral value over the range
            Evaluates the integral value of the multiplication 
            between a monomial function and an exponential 
            function within the lower and upper limit.
            
Namespace: Vts.Modeling.ForwardSolversAssembly: Vts (in Vts.dll) Version: 1.0.12.0 (1.0.12)
Syntax
Parameters
- degree
 - Type: 
System Int32
degree of the monomial term 
- exponentialTerm
 - Type: 
System Double
exonential term 
- monomialCoefficient
 - Type: 
System Double
monomial coefficient 
- lowerLimit
 - Type: 
System Double
lower limit of integration 
- upperLimit
 - Type: 
System Double
upper limit of ntegration 
Return Value
Type:integral value over the range
See Also