VPNurbsGenerator GetIntegralFunction Method Virtual Photonics - VTS Library
Virtual Photonics
According to the degree of the monomial term and to the value of the exponential term returns the analytical integral function.

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

public Func<double, double, double, double> GetIntegralFunction(
	int degree,
	double exponentialTerm
)

Return Value

Type: OnlineFunc OnlineDouble, OnlineDouble, OnlineDouble, OnlineDouble 
integral function
Exceptions

ExceptionCondition
OnlineSystem ArgumentExceptionThrown if the degree of the function is too high.
See Also