Evaluates the incomplete Gamma function between two
arguments.
Namespace:
Extreme.Mathematics.SpecialFunctions
Assembly:
Extreme.Numerics.Net20 (in Extreme.Numerics.Net20.dll) Version: 3.6.10055.0 (3.6.10077.0)
Syntax
| Visual Basic (Declaration) |
|---|
Public Shared Function IncompleteGamma ( _
a As Double, _
x1 As Double, _
x2 As Double _
) As Double |
Return Value
Gamma(a, x1) - Gamma(a, x2).
See Also