  | SpecialFunctionsHypergeometric2F1 Method | 
            The Gauss or generalized hypergeometric function.  
            
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
Syntaxpublic static double Hypergeometric2F1(
	double a,
	double b,
	double c,
	double x
)
Public Shared Function Hypergeometric2F1 ( 
	a As Double,
	b As Double,
	c As Double,
	x As Double
) As Double
public:
static double Hypergeometric2F1(
	double a, 
	double b, 
	double c, 
	double x
)
static member Hypergeometric2F1 : 
        a : float * 
        b : float * 
        c : float * 
        x : float -> float Parameters
- a  Double
 - The first parameter.
 - b  Double
 - The second parameter.
 - c  Double
 - The thrid parameter.
 - x  Double
 - A real number such that . 
 
Return Value
DoubleThe generalized hypergeometric function at x.
Exceptions
See Also