VPNurbsGenerator IntegrateExponentialMultipliedByMomomial Method Virtual Photonics - VTS Library
Virtual Photonics
Evaluates the integral value of the multiplication between a monomial function and an exponential function within the lower and upper limit.

Namespace: Vts.Modeling.ForwardSolvers
Assembly: Vts (in Vts.dll) Version: 1.0.12.0 (1.0.12)
Syntax

public double IntegrateExponentialMultipliedByMomomial(
	int degree,
	double exponentialTerm,
	double monomialCoefficient,
	double lowerLimit,
	double upperLimit
)

Return Value

Type: OnlineDouble
integral value over the range
See Also