Extreme Optimization™: Complexity made simple.

Numerical Components
for .NET

  • Home
  • •
  • Features
    • Math Library
    • Vector and Matrix Library
    • Statistics Library
    • Performance
    • Usability
  • •
  • Documentation
    • Introduction
    • Math Library User's Guide
    • Vector and Matrix Library User's Guide
    • Statistics Library User's Guide
    • Reference
  • •
  • Support
    • Frequently Asked Questions
    • QuickStart Samples
    • Sample Applications
    • Downloads
  • •
  • Blog
  • •
  • Company
    • About us
    • Testimonials
    • Customers
    • Press Releases
    • Careers
    • Contact us
Introduction
Expand Mathematics Library User's GuideMathematics Library User's Guide
Expand Vector and Matrix Library User's GuideVector and Matrix Library User's Guide
Expand Statistics Library User's GuideStatistics Library User's Guide
Expand ReferenceReference
  • Home
  • Documentation
  • Reference
  • Extreme.Mathematics.SpecialFunctions Namespace
  • GammaFunctions Class
  • Methods
  • IncompleteGamma Overloads
  • IncompleteGamma Method (Double, Double, Double)
Collapse imageExpand ImageCopy imageCopyHover image
       




GammaFunctions..::..IncompleteGamma Method (Double, Double, Double)

GammaFunctions Class  See Also 
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

C#
public static double IncompleteGamma(
	double a,
	double x1,
	double x2
)
Visual Basic (Declaration)
Public Shared Function IncompleteGamma ( _
	a As Double, _
	x1 As Double, _
	x2 As Double _
) As Double
Visual C++
public:
static double IncompleteGamma(
	double a, 
	double x1, 
	double x2
)
F#
static member IncompleteGamma : 
        a:float * 
        x1:float * 
        x2:float -> float 

Parameters

a
Type: System..::.Double
The shape parameter.
x1
Type: System..::.Double
The first argument.
x2
Type: System..::.Double
The second argument.

Return Value

Gamma(a, x1) - Gamma(a, x2).

See Also

GammaFunctions Class
IncompleteGamma Overload
Extreme.Mathematics.SpecialFunctions Namespace

Send comments on this topic to support@extremeoptimization.com

Copyright © 2003-2010, Extreme Optimization. All rights reserved.
Extreme Optimization, Complexity made simple, M#, and M Sharp are trademarks of ExoAnalytics Inc.
Microsoft, Visual C#, Visual Basic, Visual Studio, Visual Studio.NET, and the Optimized for Visual Studio logo
are registered trademarks of Microsoft Corporation.